8000 boost libraries fix by mbway · Pull Request #131 · borglab/gtsam · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

boost libraries fix #131

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

Closed
wants to merge 1 commit into from
Closed

boost libraries fix #131

wants to merge 1 commit into from

Conversation

mbway
Copy link
Contributor
@mbway mbway commented Oct 3, 2019

I encountered a problem when building gtsam and linking with boost installed through anaconda, because it seems that none of the debug libraries were available in that package. This was OK because I was building in release mode, however because the Boost_*_LIBRARY_DEBUG symbols were all empty, the GTSAM_BOOST_LIBRARIES variable ended up being optimized;<library>;optimized;<library>......;debug;debug;debug;debug which is invalid syntax because debug and optimized has to immediately be followed by a path. It is also invalid to have a dangling debug or optimized at the end of the string.

I don't think my fix is optimal, but it does work.


This change is Reviewable

@mbway mbway force-pushed the boost_libraries_fix branch from b9da70d to 6f103b0 Compare October 3, 2019 14:53
@mbway mbway closed this Oct 3, 2019
@mbway mbway deleted the boost_libraries_fix branch October 3, 2019 15:09
varunagrawal added a commit that referenced this pull request Dec 17, 2021
2cbaf7a3a Merge pull request #131 from borglab/remove-pickle
0c2a4483c add documentation
2e5af11ad Merge pull request #139 from borglab/fix/matlab-memory-leak
442b7d3b0 update test fixtures
f89d5e4bd delete object after clearing it from object collector
971282703 add the correct variable for RTTI registry creation
9758dec57 update test fixture
87aeb8f8c remove need for declaring pickle function in interface file

git-subtree-dir: wrap
git-subtree-split: 2cbaf7a3a628766ff40657e0150b407ed4af7ccd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0