Okay, so I am here trying to compile a linux build of a lense shader,
something I don't have much experience in doing. I have done it once
before but with the aid of linux savvy sys admin who has since come and
gone. So, now I am here trying to execute the make file in a shell and
it fails to work. I get a domino effect of errors that seem to stem from
the first error message which is:
"shader.h: No such file or directory"
okay so it can't see my XSISDK_ROOT env, easy enough, a little RTFM and
I found that I needed to set my source before I compile. so what I ended
up doing is creating a make.sh file that basically consisted of the
following:
#! /bin/csh
source /usr/Softimage/XSI_5.11_QFE1/.xsi_5.11
make $*
after executing the make.sh file I get new errors:
/usr/Softimage/XSI_5.11_QFE1/.xsi_5.11: line 5: syntax error near
unexpected token `('
/usr/Softimage/XSI_5.11_QFE1/.xsi_5.11: line 5: `foreach f ( `env | sort
| egrep "^MW" | cut -d= -f1` )'
so I am like, crap... now what? I guess its a little more RTFM for me,
but if anyone has any quick tips or walkthroughs on compiling stuff in
linux(FC3), any contribution will be greatly appreciated.
Greg
---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi