On 3/02/13 16:52, om prakash Paliwal wrote: > I fixed this error as directed by you ..... but the problem of compilation > with "make" is > still there ... > > heart-hacker@hearthacker-HP-Pavilion-g6-Notebook-PC:~/osgproject/program-2$ > make > [100%] Building CXX object CMakeFiles/MyProject.dir/test.cpp.o > /home/heart-hacker/osgproject/program-2/test.cpp:1:23: fatal error: > osg/ref_ptr: No such > file or directory > compilation terminated. > make[2]: *** [CMakeFiles/MyProject.dir/test.cpp.o] Error 1 > make[1]: *** [CMakeFiles/MyProject.dir/all] Error 2 > make: *** [all] Error 2
Could you run "make VERBOSE=1"? It looks very much like whatever directory is passed is *not* the one where OSG is actually installed. Cheers, /ulrich _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

