You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
@Wikunia, thanks! One thing I have noticed is that if you edit line 30 of fmm/CMakeLists.txt: set(CMAKE_CXX_STANDARD 14) (14 instead of 11), then the program compiles with the latest version of boost! Do give it a try.
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: