Nick Avramoussis
Nick Avramoussis
> Which is really sad considering their Coding Standards General Practices rule #1 is: > > > Code must compile without any warning messages at the default warning level. If...
Hey, any updates on this? Thanks!
Hey @nyue, can you try modifying the following in `openvdb_ax/openvdb_ax/CMakeLists.txt`: https://github.com/AcademySoftwareFoundation/openvdb/blob/9153c12ed095156aad18f4a0ca7f754b97eb83da/openvdb_ax/openvdb_ax/CMakeLists.txt#L108-L114 and simply remove the first branch to become: ```CMake llvm_map_components_to_libnames(_llvm_libs native core executionengine support mcjit passes) set(LLVM_LIBS "${_llvm_libs}") ```
Hey @nyue, thanks for trying that - I'm at a bit of a loss, the right libraries seem to be there. How did you install llvm? Could you also provide...
Hi @CeeGee: > Hi, i had same error like @nyue , but its all working now Good to hear, what was the problem in the end? > but i have...
Thanks @CeeGee - I think I know whats going on. @nyue I also have a suspicion with regards to the undefined symbol issue with `llvm::sys::getDefaultTargetTriple()` from all the above info...
@CeeGee you probably need to make sure `libopenvdb_houdini.so` is added to your runtime path, I don't think our CMake does that automatically. `libopenvdb_houdini.so` is installed into your Houdini `lib` folder....
Hey @CeeGee, it looks like this issue with the dual ABI is more involved than I thought. I need to investigate this a bit more. There are two things you...
Hey @CeeGee, the discussion tab on github is the best place for these types of questions, or you can email the public OpenVDB email group too: [email protected] Interesting, I took...
Closing, please re-open if this is still an issue