-
Notifications
You must be signed in to change notification settings - Fork 8
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
compilation errors: BONMINLIB_EXPORT and bad ld name #62
Comments
As a sidenote, when I attempt to install Couenne from the AUR, I get a compilation error about missing |
I also get plenty of warnings about the deprecated use of I cannot say why
which should have create them. Do a make clean and call make with |
@BrannonKing, I wrote a comment on the aur page of coin-or-couenne which allows you to compile the package. It was looking in the wrong folder for the asl.h and later had issues with the c++ standard version. With the patch posted below I am able to compile and install the package. For people stumbling over a problem with the c++17 standard I was able to compile it with |
@BrannonKing have you solved it?
|
When I try to compile Couenne I get this error:
My OS is a fairly recent version of Manjaro. Also, the build file should specify the required C++ standard. There are a lot of warnings when compiling with C++17 (the default on my machine). If I switch the export macro to the suggested one, it still doesn't fully compile for me. It fails at the very end with this error:
The text was updated successfully, but these errors were encountered: