omdown wrote: > When I attempt to build osgCompute, I get the following error.. I Googled it > and I'm not sure what to do about it... > > > Code: > > $ cd osgCompute > $ cmake . -DCMAKE_BUILD_TYPE=Release > -- Configuring done > CMake Error in examples/osgTexDemo/src/CMakeLists.txt: > Cannot find source file "S0_0.fsh". Tried extensions .c .C .c++ .cc > .cpp > .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx > > > -- Build files have been written to: /home/cdail/Download/osgCompute > > > > > Am I doing something wrong? I'm following the readme instructions... > > Thanks in advance for any help anyone can offer, > Chris[/code]
Add environment variable OSGCOMPUTE_FILE_PATH to the folder which contains the osgCompute data (e.g., c:\osgCompute-Data). ------------------------ VR Lab, Konkuk University, South Korea ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=14797#14797 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

