That fixed openvdb, though now im having trouble compiling the houdini nodes with this error:
Building houdini/GEO_PrimVDB.o because of GEO_PrimVDB.cc and others
c++ -c -pthread -O3 -DNDEBUG -I . -I .. -I /Library/Frameworks/Houdini.framework/Resources/toolkit/include -I /Library/Frameworks/Houdini.framework/Resources/toolkit/include -I /Library/Frameworks/Houdini.framework/Resources/toolkit/include -DVERSION=\"12.1.77\" -D_GNU_SOURCE -DMBSD -DMBSD_COCOA -DMBSD_INTEL -arch x86_64 -DAMD64 -fPIC -DSIZEOF_VOID_P=8 -DSESI_LITTLE_ENDIAN -DENABLE_THREADS -DUSE_PTHREADS -D_REENTRANT -D_FILE_OFFSET_BITS=64 -c -DGCC4 -DGCC3 -Wno-deprecated -DNEED_SPECIALIZATION_STORAGE -I/Library/Frameworks/Houdini.framework/Resources/toolkit/include -Wall -W -Wno-parentheses -Wno-sign-compare -Wno-reorder -Wno-uninitialized -Wunused -Wno-unused-parameter -O2 \
-I /Library/Frameworks/Houdini.framework/Resources/toolkit/include -fPIC -o houdini/GEO_PrimVDB.o houdini/GEO_PrimVDB.cc
In file included from houdini/GEO_PrimVDB.cc:49:
In file included from houdini/GEO_PrimVDB.h:54:
In file included from /Library/Frameworks/Houdini.framework/Resources/toolkit/include/GEO/GEO_Primitive.h:30:
In file included from /Library/Frameworks/Houdini.framework/Resources/toolkit/include/GA/GA_Primitive.h:24:
In file included from /Library/Frameworks/Houdini.framework/Resources/toolkit/include/GA/GA_Detail.h:22:
In file included from /Library/Frameworks/Houdini.framework/Resources/toolkit/include/GA/GA_ATIGBPoint.h:24:
In file included from /Library/Frameworks/Houdini.framework/Resources/toolkit/include/GA/GA_Attribute.h:23:
In file included from /Library/Frameworks/Houdini.framework/Resources/toolkit/include/GA/GA_Iterator.h:24:
In file included from /Library/Frameworks/Houdini.framework/Resources/toolkit/include/GA/GA_Range.h:22:
In file included from /Library/Frameworks/Houdini.framework/Resources/toolkit/include/GA/GA_RangeTypeInterface.h:24:
In file included from /Library/Frameworks/Houdini.framework/Resources/toolkit/include/SYS/SYS_AtomicInt.h:24:
/Library/Frameworks/Houdini.framework/Resources/toolkit/include/SYS/SYS_AtomicImpl.h:114:1: error: explicit specialization has extraneous, inconsistent storage
class 'static'
test_and_set<int32>(int32 *addr, int32 val)
^
/Library/Frameworks/Houdini.framework/Resources/toolkit/include/SYS/SYS_AtomicImpl.h:125:1: error: explicit specialization has extraneous, inconsistent storage
class 'static'
test_and_add<int32>(int32 *addr, int32 val)
^
/Library/Frameworks/Houdini.framework/Resources/toolkit/include/SYS/SYS_AtomicImpl.h:132:1: error: explicit specialization has extraneous, inconsistent storage
class 'static'
compare_and_swap<int32>(volatile int32 *addr, int32 oldval, int32 newval)
^
/Library/Frameworks/Houdini.framework/Resources/toolkit/include/SYS/SYS_AtomicImpl.h:140:1: error: explicit specialization has extraneous, inconsistent storage
class 'static'
test_and_set<int64>(int64 *addr, int64 val)
^
/Library/Frameworks/Houdini.framework/Resources/toolkit/include/SYS/SYS_AtomicImpl.h:148:1: error: explicit specialization has extraneous, inconsistent storage
class 'static'
test_and_add<int64>(int64 *addr, int64 val)
^
/Library/Frameworks/Houdini.framework/Resources/toolkit/include/SYS/SYS_AtomicImpl.h:156:1: error: explicit specialization has extraneous, inconsistent storage
class 'static'
compare_and_swap<int64>(volatile int64 *addr, int64 oldval, int64 newval)
I noticed another post with the same error, and Ken mentioned something about sidefx fixing this. Have you run into this and what did you do to get around it if so.