-
Notifications
You must be signed in to change notification settings - Fork 288
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
Comments
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. |
Need to check if this is persistent. |
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
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:I can fix this by manually linking my project against
assimp
. The obvious solution is to make theDART_LIBRARIES
variable exported byDARTConfig.cmake
includeASSIMP_LIBRARIES
(similar to howDART_INCLUDE_DIRS
includesEIGEN3_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.
The text was updated successfully, but these errors were encountered: