-
Notifications
You must be signed in to change notification settings - Fork 0
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
configure: WARNING: Could not find BOOST_SERIALIZATION library #2
Comments
I'm running into the same issue. With the caveat that I don't really know C++ or make, from what I can see, this occurs in
According to
Meaning I'm guessing this line of code is unexpectedly failing even if the library is found. |
We have updated the configure script in the download package with a possible fix for the issue. It is available as plato-2.1.0-beta4.tar.gz attached to the latest release here and on our lab website at https://ritchielab.org/software/plato-download. Please try it at your convenience. |
The I get some linking errors that I think may be specific to my environment (RHEL7) so I can't yet be certain everything compiles.
Update: I was able to get some help on making sure I had these libraries available to PLATO and I can successfully compile now. |
Hi.
I know that an issue about this was already posted, but I followed the other posted issue and am still having trouble installing PLATO with boost.
I have tried compiling with PLATO 2.1.0-beta3, PLATO 2.0.0, and git cloning the PLATO library. I have also tried boost_1_67_0 and boost_1_73_0 and am still getting the BOOST_SERIALIZATION library not being found error. I also added the path to the boost library to my LD path.
I have the specs for gcc below:
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609
I am running out of ideas to try and any help would be appreciated!
Thanks!
The text was updated successfully, but these errors were encountered: