Replies: 1 comment
-
Moving to the issues section since this one doesn't seem to be checked. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I just saw they updated the vcpkg port to 11 and upgraded.
Gone is the need for Util.cc to be directly added for the INVALID_IDX and COORD_OFFSETS linking but now I have new unresolved errors.
Prior compiles went fine, now I'm getting:
Is there anything that changed from 10 to 11 for this to suddenly show up?
The only thing I'm doing is:
openvdb::tools::MultiResGrid<FloatGrid::TreeType> mrg(levels + 1, grid;
and commenting out that line builds without any issues.
levels is an int based off voxel count defaulting to 3
grid is a floatgrid
Beta Was this translation helpful? Give feedback.
All reactions