gnuyen

gnuyen

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Houdini Apprentice Help pane May 22, 2003, 6:21 p.m.

No problem, thanks for fixing them

Houdini Apprentice Help pane May 22, 2003, 5:35 a.m.

Ships but not necessarily installs. I didn't have csh installed either since I'm a bash man. If the installation script could check if those were there (and where they are located) and maybe just complain that would probably have been enough. Or throw it in the install docs some place.

Houdini Apprentice Help pane May 21, 2003, 10:01 p.m.

Figured it out, apparently hbrowser is tcsh script. This means you have to have tcsh installed for it to run properly

So some undocumented dependencies for houdini are apparently acroread, csh AND tcsh. I grepped through all of the houdini files and found out hbrowser is the ONLY tcsh script in the whole thing. Everything else is csh, is there a good reason for this? The script seems to be csh compatible, changing the top to read #!/bin/csh works as well.

(Maybe the dependencies are documented some place and I just don't know where to look)