stkeg

stkeg

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

Particle Cache Culling 2015年7月27日13:27

i was hoping to find a solution to this as well.

older system requirements (12.5) 2014年11月11日19:36

i'm trying to find the system requirements for older houdini versions (in this case, 12.5)

is this somewhere on the sidefx site?

HDK plugin loading troubleshooting 2014年9月3日14:44

xubuntu 12.04 LTS

plugin installed to:
/home/username/houdini12.5/dso

i have other dependencies and have put them in the usual place (/usr/include and /usr/lib) and ran ldconfig.

my dependencies are shared.

ubuntu 12.04 comes with gcc 4.6. i wanted to match houdini 12.5 gcc4.4 so i have both compilers installed via sudo update-alternatives –config gcc (which is pretty handy and easy compared to manually trying to have 2 gcc versions installed)

when i compile with 4.4, it doesn't load. when i compile with 4.6 the plugin loads. not exactly sure why 4.6 works over 4.4. maybe somethings break when using sudo update-alternatives –config gcc?