horizon1231 Posted September 23, 2008 Share Posted September 23, 2008 Hi guys, when I compile src3 for Houdini9.5 on ubuntu8.04 64bit, only generate sop_ocean.o seems linking error. compile detail as below: ------------------------------------------------------------------- Linking with 'libblitz' Linking with 'libfftw3f' Making SOP_Ocean.o and /home/jack/houdini9.5/dso/SOP_Ocean.so from SOP_Ocean.C In file included from /opt/hfs9.5.232/toolkit/include/UT/UT_Vector.C:30, from /opt/hfs9.5.232/toolkit/include/UT/UT_Vector.h:273, from /opt/hfs9.5.232/toolkit/include/GB/GB_NUBBasis.h:27, from /opt/hfs9.5.232/toolkit/include/GU/GU_Detail.h:36, from /opt/hfs9.5.232/toolkit/include/SOP/SOP_Node.h:29, from SOP_Ocean.h:34, from SOP_Ocean.C:33: /opt/hfs9.5.232/toolkit/include/VM/VM_Math.h: In static member function ‘static void VM_Math::set(fpreal32*, fpreal32, int, const uint32*)’: /opt/hfs9.5.232/toolkit/include/VM/VM_Math.h:333: warning: dereferencing type-punned pointer will break strict-aliasing rules /usr/bin/ld: cannot find -lXi collect2: ld returned 1 exit status ------------------------------------------------------------ any ubuntu guy? Quote Link to comment Share on other sites More sharing options...
eloop Posted September 24, 2008 Share Posted September 24, 2008 sudo apt-get install libxi-dev -Drew Quote Link to comment Share on other sites More sharing options...
horizon1231 Posted September 24, 2008 Author Share Posted September 24, 2008 though install libxi can get to work, still exists some warnings. I think the hdk has changed a bit Quote Link to comment Share on other sites More sharing options...
eloop Posted September 24, 2008 Share Posted September 24, 2008 Yes. I notice that Sidefx's own examples are throwing up the same warning at the moment ... $ hcustom SOP_Star.CMaking SOP_Star.o and /home/drw900/houdini9.5/dso/SOP_Star.so from SOP_Star.CIn file included from /opt/hfs9.5.230/toolkit/include/UT/UT_Vector.C:30, from /opt/hfs9.5.230/toolkit/include/UT/UT_Vector.h:273, from /opt/hfs9.5.230/toolkit/include/GB/GB_NUBBasis.h:27, from /opt/hfs9.5.230/toolkit/include/GU/GU_Detail.h:36, from SOP_Star.C:33:/opt/hfs9.5.230/toolkit/include/VM/VM_Math.h: In static member function 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.