raytheon Posted March 3, 2010 Share Posted March 3, 2010 hi all.. I'm building the SOP_Star example on Ubuntu 9.10 64-bit using the makefile approach as specified at http://www.sidefx.com/docs/hdk10.0/hdk_intro_compiling.html . The first problem i ran into was the -lXi link option specified in Makefile.linux. Pending resolution i removed the option and the SOP_Star.so appeared to build regardless (the hcustom utility also has this problem).. hopefully this didn't break anything. I'm using gcc 4.4.1 and the houdini distribution is houdini-10.0.554-linux_x86_64_gcc4.3 . I've placed the files as follows: SOP_Star.so => $HFS/dsolib hdk_star.txt => $HFS/houdini/help SOP_hdk_star.png => $HFS/houdini/config/Icons then converted the .png to a .pic using ImageMagick (since everything else in the directory uses pic.. necessary?). After all of this, i fired up Houdini, created a Sphere, navigated down to the geometry level, and tried to access the Star SOP from the tab menu but it wasn't there. Is there some way i can troubleshoot this? I have managed to get it working on Windows 7. thanks Quote Link to comment Share on other sites More sharing options...
edward Posted March 3, 2010 Share Posted March 3, 2010 As noted on that page and on this page, the location to put your .so file is into the dso subdirectory, not dsolib. The .pic extension used in Houdini is for its proprietary image format. Your converted file from ImageMagick is not the correct format. Using .png should be fine I think (check the link above). Quote Link to comment Share on other sites More sharing options...
raytheon Posted March 3, 2010 Author Share Posted March 3, 2010 Thanks edward - that worked. The .png format is ok. 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.