-
Notifications
You must be signed in to change notification settings - Fork 15
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
Can't compile on Windows 10 #47
Comments
@tkralphs Still gives the same errors even with that flag (and --reconfigure to refresh the cache) |
If you are using |
@svigerske Thanks, changing from ADD_FCFLAGS to ADD_FFLAGS solved the issue. |
-fallow-argument-mismatch is added to address issues building with GCC >= 10, as recommended in the thread here coin-or/coinbrew#47 and/or here: coin-or-tools/ThirdParty-Mumps#4 .
Worked for me too! Thank you so much! ADD_FFLAGS=-fallow-argument-mismatch It worked! |
After following this guide https://coin-or.github.io/user_introduction.html#obtaining-the-source using the Msys2 version, I'm stuck with this error at compilation:
This happens with these commands:
pacman -S make wget tar patch dos2unix diffutils git svn pkg-config zip unzip --noconfirm && pacman -S mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain --noconfirm && pacman -S mingw-w64-x86_64-lapack --noconfirm
mkdir build-cbc && cd build-cbc && curl -O https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew && ./coinbrew fetch Cbc --latest-release --no-prompt && ./coinbrew build Cbc --test --no-prompt --static
The text was updated successfully, but these errors were encountered: