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

iDynTree compilation fails with IDYNTREE_USES_ASSIMP with vcpkg from assimp 2020.01 #665

Closed
traversaro opened this issue Apr 2, 2020 · 1 comment · Fixed by #666
Closed

Comments

@traversaro
Copy link
Member

In CI (i.e. #661) we are using assimp from vcpkg 2019.10, so probably there have been some regression there.
The error is:

2020-04-02T10:19:01.2237957Z D:\a\idjl-software\idjl-software\idyntree\src\solid-shapes\src\InertialParametersSolidShapesHelpers.cpp(22,10): fatal error C1083: Cannot open include file: 'assimp/Importer.hpp': No such file or directory [D:\a\idjl-software\idjl-software\idyntree\build\src\solid-shapes\idyntree-solid-shapes.vcxproj]

that is quite similar to the error that we get with assimp from homebrew, see #599 .

@traversaro
Copy link
Member Author

Apparently the PR #661 was actually wrong, because even with Assimp >= 5.0 the assimp::assimp imported target was not linked. This should be fixed by #666 .

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 a pull request may close this issue.

1 participant