-
Notifications
You must be signed in to change notification settings - Fork 17
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
Trouble compiling on MacOS 12.3.1 #71
Comments
Did you already tried the prebuilt artifacts or the accompanying source tarballs (coin-latest-src.tar.gz and soqt-latest-src.tar.gz) from the coin CI builds and soqt CI builds prerelease? They are built using Github actions for Catalina, Monterey, and Big Sur. It just might be that we need a new release. |
Where do I install these files? |
Looking at the output of
|
To use the build artifacts you should extract them to a common directory, say
To build your local project run the following commands:
Otherwise you can always try to manually built Coin and SoQt. Extract coin-latest-src.tar.gz and soqt-latest-src.tar.gz to a common directory.
Hope that helps you further |
I'm getting closer to what I need, I think. I moved the Eventually, I encounter a fatal error:
which refers to these lines in a header file
It appears to me as if |
I am trying to install soqt as part of the installation of the bifurcation software AUTO-07p. The README says to ask for help if you can't get it to build, so here I am.
In the AUTO manual, the instructions are straightforward. Install a few things from home-brew and then
make
and install soqtThe
make
step returns many pages of warnings (I'll paste a few to give a flavor and will save them in a file if we need to look at them in more detail.) The program that I use it to build runs, but the window that pops up is mostly just a black rectangle, with a few broken interface elements and containing none of the plots it's supposed to.Here's a few snippets of the output from
make
, showing a few typical warnings. A lot are about&&
Many others complain of deprecated constructors:
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: