Skip to content
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

Why must I still link manually against assimp? #31

Closed
mklingen opened this issue Mar 29, 2016 · 1 comment
Closed

Why must I still link manually against assimp? #31

mklingen opened this issue Mar 29, 2016 · 1 comment
Labels

Comments

@mklingen
Copy link

I am trying to link against aikido, and I get the error:

undefined reference to symbol '_ZNK6Assimp8IOSystem12ComparePathsEPKcS2_

When linking against r3 earlier, the only way to fix this issue was to manually link against -lassimp in my CMakeLists.txt file. It seems I still have to do this. Why?

@mkoval
Copy link
Member

mkoval commented Apr 5, 2016

This was an issue with DART's DARTConfig.cmake file, reported in dartsim/dart#629 and fixed in dartsim/dart#630. Note that you'll need to grab #33 if you update to the latest DART master because the ShapeNode pull request, which makes breaking API Changes, was also merged.

@mkoval mkoval added the bug label Apr 5, 2016
@mkoval mkoval closed this as completed Apr 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants