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

add missing dependency for openvdb[tools] #4271

Merged
merged 1 commit into from
Nov 8, 2018

Conversation

githubkusi
Copy link
Contributor

Currently, I get an error when building openvdb with [tools] feature (x64-windows triplet) with the following build command:

vcpkg.exe install openvdb[tools]:x64-windows    

Error message

c:\...\buildtrees\openvdb\src\v5.0.0-7f1d479828\openvdb\points\IndexFilter.h(51): fatal error C1083: Cannot open include file: 'boost/ptr_container/ptr_vector.hpp': No such file or directory

Adding the dependency lets me successfully build and execute vdb_view.exe. However, I need to copy vdb_view.exe into the <VCPKGROOT>\installed\x64-windows\bin directory in order for vdb_view.exe to work. I don't know if this is a deliberate decision or a bug to not copying the exe to this directory.

@ras0219-msft ras0219-msft merged commit 550c942 into microsoft:master Nov 8, 2018
@ras0219-msft
Copy link
Contributor

Thanks for the PR and sorry for the delay!

As for the vdb_view.exe issue, all the dependency dlls should have been copied into the tool directory via vcpkg_copy_tool_dependencies() -- what's missing?

dantti pushed a commit to dantti/vcpkg that referenced this pull request Nov 9, 2018
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.

None yet

2 participants