-
Notifications
You must be signed in to change notification settings - Fork 11
Fix Build #31
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
Conversation
|
@varunagrawal did I miss something in the installation step here? I have successfully pulled, compiled, and tested the I can build and I clearly see that the On a debug branch, I almost got all the unit test working by adding add_definitions(-D_GLIBCXX_USE_CXX11_ABI=1)
add_definitions(-DEIGEN_DONT_ALIGN_STATICALLY)To the top-level Compiler configg++ --version |
|
Your issue is not related to the Ubuntu version. If you look at the log file you shared, it's clearly a linker issue. Maybe try running |
|
@dellaert CI passes! |
6c9e5c2 to
c3d87cf
Compare
dellaert
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool !!!
Updates to GPMP2 to fix compilation and modernize to the latest GTSAM.
Fixes #28.