-
Notifications
You must be signed in to change notification settings - Fork 215
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
Cmake compile fails with Boost ver 1.78 #243
Comments
@gjgress, I am experiencing the same problem! Can you please explain how you downgraded boost to 1.72? |
Hi @ashirwad I just had the same problem with Arch linux and used: |
@Wikunia, thanks! One thing I have noticed is that if you edit line 30 of fmm/CMakeLists.txt: |
Still having this issue on Manjaro, I don't know why would this not happen on Ubuntu too. |
Trying to compile fmm fails, producing errors regarding boost (specifically boost/geometry).
Downgrading to boost 1.72 worked to resolve the issue, but there are other programs that use boost libraries, and so downgrading is both not easy and risky.
These errors occurred on Manjaro (Arch).
Expected behavior
Should compile with modern versions of Boost libraries.
The text was updated successfully, but these errors were encountered: