Crash report from arojtblat; Houdini FX Version 13.0.401 [linux-x86_64-gcc4.6]Traceback from Wed May 28 19:34:23 2014Caught signal 11
AP_Interface::coreDumpChaser(UTsignalHandlerArg) <libHoudiniUI.so>AP_Interface::si_CrashHandler::chaser(UTsignalHandlerArg) <libHoudiniUI.so>signalCallback(UTsignalHandlerArg) <libHoudiniUT.so>UT_Signal::UT_ComboSignalHandler::operator()(int, siginfo*, void*) const <libHoudiniUT.so>UT_Signal::processSignal(int, siginfo*, void*) <libHoudiniUT.so>killpg <libc.so.6>SOP_OpenVDB_Read::cookMySop(OP_Context&) <SOP_OpenVDB_Read.so>SOP_Node::cookMe(OP_Context&) <libHoudiniOP2.so>OP_Node::cook(OP_Context&) <libHoudiniPRM.so>OP_Node::internalCookInput(OP_Context&, int, OP_Node&) <libHoudiniPRM.so>OP_Node::lockInputs(OP_Context&) <libHoudiniPRM.so>SOP_Node::lockInputs(OP_Context&) <libHoudiniOP2.so>SOP_Script::cookMySop(OP_Context&) <libHoudiniOP2.so>SOP_Node::cookMe(OP_Context&) <libHoudiniOP2.so>OP_Node::cook(OP_Context&) <libHoudiniPRM.so>SOP_Node::getCookedGeoHandle(OP_Context&, int) <libHoudiniOP2.so>JEDI_View::updateWorkbenchGeometry(bool) <libHoudiniAPPS3.so>JEDI_View::opuiUpdateNodeInfo(OH_NodeInfo*) <libHoudiniAPPS3.so>OH_OpHandler::opuiUpdateData() <libHoudiniUI.so>OP3D_View::doUpdate() <libHoudiniAPPS3.so>JEDI_View::opuiUpdateData() <libHoudiniAPPS3.so>OH_OpHandler::trigger() <libHoudiniUI.so>UI_Queue::processNextEvent() <libHoudiniUI.so>UI_Queue::drain() <libHoudiniUI.so>UI_Queue::eventLoop() <libHoudiniUI.so>main <libHoudiniUI.so>__libc_start_main <libc.so.6>_start <houdini-bin>
$ make -C ../openvdb/make: Entering directory '/E/_Packages/openvdb_dev-master/openvdb'Building Grid.o because of Grid.ccg++-4.6 -c -DOPENVDB_PRIVATE -pthread -O3 -DNDEBUG -I . -I .. -I /opt/hfs13.0.401/toolkit/include -I /opt/hfs13.0.401/toolkit/include -I /opt/hfs13.0.401/toolkit/include -I /usr/include -DOPENVDB_USE_LOG4CPLUS -fPIC -o Grid.o Grid.ccIn file included from ../openvdb/version.h:34:0, from ../openvdb/Types.h:34, from Grid.h:40, from Grid.cc:31:../openvdb/Platform.h:151:14: error: ‘int64_t’ is already declared in this scopeIn file included from /usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.4/include/stdint.h:3:0, from /opt/hfs13.0.401/toolkit/include/tbb/tbb_stddef.h:129, from /opt/hfs13.0.401/toolkit/include/tbb/tbb_machine.h:125, from /opt/hfs13.0.401/toolkit/include/tbb/atomic.h:40, from ../openvdb/math/QuantizedUnitVec.h:37, from ../openvdb/math/Hermite.h:36, from ../openvdb/Types.h:46, from Grid.h:40, from Grid.cc:31:/usr/include/stdint.h:55:27: error: declaration of ‘typedef long unsigned int uint64_t’/opt/hfs13.0.401/toolkit/include/boost/cstdint.hpp:311:42: error: conflicts with previous declaration ‘typedef boost::ulong_long_type boost::uint64_t’/usr/include/stdint.h:55:27: error: declaration of ‘typedef long unsigned int uint64_t’/opt/hfs13.0.401/toolkit/include/boost/cstdint.hpp:311:42: error: conflicts with previous declaration ‘typedef boost::ulong_long_type boost::uint64_t’Makefile:593: recipe for target 'Grid.o' failedmake: *** [Grid.o] Error 1make: Leaving directory '/E/_Packages/openvdb_dev-master/openvdb'
#if defined(BOOST_HAS_STDINT_H) \ && (!defined(__GLIBC__) \ || defined(__GLIBC_HAVE_LONG_LONG) \ || (defined(__GLIBC__) && ((__GLIBC__ > 2) || ((__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 17)))))
-Edward