Meg Posted March 2, 2017 Share Posted March 2, 2017 (edited) Hi! I am new to this forum, I am trying to compile openVDB4.0 houdini toolkit on houdini 15.5. I have sourced the houdini setup script and managed to compile the library, the unit tests also run. The new openVDB nodes show up in houdini, but when I use the createVDB node, houdini crashes with a memory usage error. I am able to compile and execute the examples in the openVDB cookbook with version 4. The versions of the dependencies I have used are : gnu make 3.81, and cppunit version 1.13, the rest of the libraries are as specified in the houdini HDK. Has anyone else faced the same error? Could this be an issue of version mismatch? I will update with the error log soon! Edited March 2, 2017 by Meg Quote Link to comment Share on other sites More sharing options...
edward Posted March 3, 2017 Share Posted March 3, 2017 You need to ensure you have the compiler option -DOPENVDB_3_ABI_COMPATIBLE (ie. define OPENVDB_3_ABI_COMPATIBLE) when you build openvdb 4, and possibly when you build your HDK plugin as well. Quote Link to comment Share on other sites More sharing options...
izteni Posted September 15, 2017 Share Posted September 15, 2017 How to make that the Houdini was loaded with openvdb 4? I have compiled all plug-ins, have copied them in the dso folder, but the vdb version remained 3.3 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.