-
Notifications
You must be signed in to change notification settings - Fork 769
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
error: no type named 'library_version_type' in namespace 'boost::serialization' #634
Comments
So this is actually an issue with Boost 1.74. I encountered this issue today morning and found this: boostorg/serialization#217 (comment) @DYFeng can you please downgrade to Boost 1.73? |
Thank you. It seems we have to wait upstream to fix it. |
Adding
to LossFunctions.h and SubGraphBuilder.h fixes this issue. |
why can't i find LossFunctions.h,where is it? |
Hello, after I adding it, this issue still not solved. Any advice? Thanks! @DYFeng @wolfv @varunagrawal EnvironmentOS: ubuntu22.04 |
Solution: Hug with latest GTSAM4.2.0! @dellaert |
…tional header being included. See borglab/gtsam#634
Description
Compile on macOS failed.
Steps to reproduce
Expected behavior
Environment
OS: macOS
Apple clang version 12.0.0 (clang-1200.0.32.2)
Target: x86_64-apple-darwin20.1.0
boost: 1.74.0
Additional information
The text was updated successfully, but these errors were encountered: