Hi,
I didn't totally follow the instructions and tried to build "seexpr" project, but it failed with following info:
Linking CXX executable asciiGraph
Linking CXX executable asciiCalc
[ 94%] Built target asciiGraph
[ 94%] Built target asciiCalc
Linking CXX executable basic
[ 94%] Built target basic
Linking CXX shared module libSeExprOp.so
[ 94%] Built target SeExprOp
[ 97%] [100%] Generating testdisp.slo
Generating testse.slo
/bin/sh: shader: command not found
make[2]: *** [src/demos/rman/testdisp.slo] Error 127
make[1]: *** [src/demos/rman/CMakeFiles/shader-testdisp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/bin/sh: shader: command not found
make[2]: *** [src/demos/rman/testse.slo] Error 127
make[1]: *** [src/demos/rman/CMakeFiles/shader-testse.dir/all] Error 2
make: *** [all] Error 2
the different command I made instead of the tutorial is:
not
make -j prefix=$prefix install
do I have to give prefix during?
Thanks,
Snow