-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows compilation with MSYS2 and gfortran10 #48
Comments
I tried a second time and now it worked :-( Sorry :-) |
The problem is still there and I think it is related to my gfortran 10,2 compiler (current MSYS2 version) that makes type check as errors. Thanks |
This should be related to https://github.com/wrf-model/WRF/pull/1251/files |
Thanks. Thats will help. |
Setting ;:
solves the netcdf compilation. But then I have similar issue also compiling WRF_Cmake and flags do not help there. So I changed the issue title and reopened it . |
Hi,
I want to compile WRF on windows and I was following this wiki ( https://github.com/WRF-CMake/wrf/blob/wrf-cmake/doc/cmake/LIBS.md#windows ) for installing required libraries on a clean installation of MSYS2
I got a first error compiling netcdf-c but it was easy to solve using :
pacman -S m4
But when I compile netcdf-fortran-4.4.4
I got this error I really do not find a solution
Any help is appreciated.
Regards
The text was updated successfully, but these errors were encountered: