You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to compile master commit 88ea020 on Windows as neither OpenVDB nor OpenEXR are being correctly linked to the executable.
I am using a vcpkg environment with boost, tbb and openexr installed and have compiled openvdb myself. The paths are correctly set in cmake, but I run into unresolved external symbols and could not find header [insert an openexr header] type errors.
I'm not sure how to debug this, so if you have an already compiled version that I can use that'd be great. If not, I'd be grateful for any pointers as to what I should investigate first.
The text was updated successfully, but these errors were encountered:
I'm unable to compile master commit 88ea020 on Windows as neither OpenVDB nor OpenEXR are being correctly linked to the executable.
I am using a vcpkg environment with boost, tbb and openexr installed and have compiled openvdb myself. The paths are correctly set in cmake, but I run into
unresolved external symbols
andcould not find header [insert an openexr header]
type errors.I'm not sure how to debug this, so if you have an already compiled version that I can use that'd be great. If not, I'd be grateful for any pointers as to what I should investigate first.
The text was updated successfully, but these errors were encountered: