Open RyosukeDTomita opened 3 years ago
If compilation fails, it may be that a warnings are being treated as errors. Try to locate and remove a flag -Werror if set or set -Wno-error.
Thank you for replying.
I tried to run
sudo make -Wno-error
But, same error is occured. Are there any idea of error? If you come up with any idea, please let me know.
problem with timemanager.f90
When I make flexpart makefile, I got the unkown error. please help me to find solutions.
environment
path setting
In the flexpart/src/makefile, I defined directory path like this.
I add to $PATH in bashrc
install library
jasper (1.900.1)
eccodes(2.7.3)
zlib(1.2.9)
hdf5(5-1.18.17)
netcdf-c
I want to compile netcdf-c-4.4.1. But I run "sudo make check" I got unknown error. So, I use apt to get version 4.7.3
netcdf-fortran
When I "make", then unkown error occured. So, I also use apt to install version 4.5.2
flexpart
I change makefile following code.
I cannot erase this error. How can I fix it? If you know the solutions. please tell me.