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

Undefined reference to Assimp symbol #549

Closed
mkoval opened this issue Nov 4, 2015 · 3 comments
Closed

Undefined reference to Assimp symbol #549

mkoval opened this issue Nov 4, 2015 · 3 comments

Comments

@mkoval
Copy link
Collaborator

mkoval commented Nov 4, 2015

When building DART (and another project that depends on it) with GCC, I get this linking error referring to the Assimp::IOSystem::ComparePaths(char const*, char const*) const function:

undefined reference to symbol '_ZNK6Assimp8IOSystem12ComparePathsEPKcS2_'

I can fix this by manually linking my project against assimp. The obvious solution is to make the DART_LIBRARIES variable exported by DARTConfig.cmake include ASSIMP_LIBRARIES (similar to how DART_INCLUDE_DIRS includes EIGEN3_INCLUDE_DIRS).

However, I don't think this should be necessary. I suspect that this is caused by the same root issue as #451 that we discussed in #452, #455, #459, and #542.

@stale
Copy link

stale bot commented Feb 13, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 13, 2018
@jslee02
Copy link
Member

jslee02 commented Feb 13, 2018

Need to check if this is persistent.

@jslee02
Copy link
Member

jslee02 commented Apr 29, 2019

Closing since I cannot reproduce this error. Feel free to reopen if this is still persistent.

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

No branches or pull requests

2 participants