kare Posted June 6, 2012 Share Posted June 6, 2012 Hi, I am fallowing HDK custom hscript command,Houdini HDK kit. There is an example for custom command date, my question is where I have to paste that script and in which format...to execute that script.. http://www.sidefx.com/docs/hdk12.0/hdk_extendcmd.html I am using LINUX... Thanks, Quote Link to comment Share on other sites More sharing options...
Guest mantragora Posted June 6, 2012 Share Posted June 6, 2012 You need to compile it first and then put it in your $HOME\dso directory. "dso" may be not there by default, just create it and put compiled plugin there. Quote Link to comment Share on other sites More sharing options...
kare Posted June 6, 2012 Author Share Posted June 6, 2012 (edited) You need to compile it first and then put it in your $HOME\dso directory. "dso" may be not there by default, just create it and put compiled plugin there. got this error while compiling with hcustom Making date.o and $HOME/date.so from date.C /usr/bin/ld: cannot find -lXi collect2: ld returned 1 exit status Link failed Edited June 6, 2012 by kare Quote Link to comment Share on other sites More sharing options...
Guest mantragora Posted June 6, 2012 Share Posted June 6, 2012 (edited) It looks that you are missing some library on your system. Check this link and report back does it help. Edited June 6, 2012 by mantragora Quote Link to comment Share on other sites More sharing options...
kare Posted June 6, 2012 Author Share Posted June 6, 2012 It looks that you are missing some library on your system. Check this link and report back does it help. I got these... libXi-1.3.2-1.fc13.i686 libXi-1.3.2-1.fc13.x86_64 Quote Link to comment Share on other sites More sharing options...
Guest mantragora Posted June 6, 2012 Share Posted June 6, 2012 Sorry, this doesn't tell me anything. I'm not using linux most of the time and even then my system may be different than yours. Install any "libXi" library you got avilable for your system just like link suggests. Quote Link to comment Share on other sites More sharing options...
kare Posted June 6, 2012 Author Share Posted June 6, 2012 Sorry, this doesn't tell me anything. I'm not using linux most of the time and even then my system may be different than yours. Install any "libXi" library you got avilable for your system just like link suggests. ok thanks mantragora... Quote Link to comment Share on other sites More sharing options...
kare Posted June 6, 2012 Author Share Posted June 6, 2012 In windows its working... Quote Link to comment Share on other sites More sharing options...
Guest mantragora Posted June 6, 2012 Share Posted June 6, 2012 (edited) It looks that you are fresh to Linux . Each version of Linux comes with different libraries installed by default. For example, on OpenSuse, Skype will not work from start if you install it. You need to add couple additional packages that are not installed. On the other hand this is not the case on Ubuntu where Skype works without touching anything. Do you know how to install packages in Linux ? What version of Linux you are using ? Edited June 6, 2012 by mantragora Quote Link to comment Share on other sites More sharing options...
kubabuk Posted June 7, 2012 Share Posted June 7, 2012 I got these... libXi-1.3.2-1.fc13.i686 libXi-1.3.2-1.fc13.x86_64 Take a look at Graham's first reply from this link: ...seems you are running into similar problem. 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.