----- Original Message ----- From: Sajjadul Islam <[EMAIL PROTECTED]> Date: Tuesday, March 27, 2007 12:25 pm Subject: problem in compiling the SceneViewer To: "[email protected]" <[email protected]>
> hELLO, > > I managed to install openSG in my 64-bit edgy ubuntu and compiled the > first tutorial. > > Now i want to compile the sceneviewer component but getting the > following error: > > [EMAIL PROTECTED]:~/openSG/OpenSG/Examples/SceneViewer$ make > make declist.mk > make implist.mk > make objlist.Linux-g++.mk > make deplist.Linux-g++.mk > # need to call recursive, as the lists need to be done when make > startsmake osgSceneViewer > make[1]: Entering directory > `/home/sajjad/openSG/OpenSG/Examples/SceneViewer' > Linking osgSceneViewer.Linux-g++ (from moc_OSGMainView_qt.Linux-g++.o > moc_OSGSceneView_qt.Linux-g++.o OSGMainView_qt.Linux-g++.o > OSGSceneView_qt.Linux-g++.o main.Linux-g++.o ) > g++ moc_OSGMainView_qt.Linux-g++.o moc_OSGSceneView_qt.Linux-g++.o > OSGMainView_qt.Linux-g++.o OSGSceneView_qt.Linux-g++.o main.Linux- > g++.o -g -L/usr/lib -L/usr/lib -L/usr/lib -L/usr/share/qt3/lib > -L/usr/local/lib/dbg -lOSGWindowQT -lOSGWindowX -lOSGSystem -lOSGBase > -ltiff -ljpeg -lpng -lz -lqt-mt -lGLU -lGL -lXmu -lXi -lXt -lX11 > -lpthread -ldl -lm -L/usr/X11R6/lib64 -o osgSceneViewer.Linux-g++ > /usr/bin/ld: cannot find -lOSGWindowQT > collect2: ld returned 1 exit status > make[1]: *** [osgSceneViewer.Linux-g++] Error 1 > make[1]: Leaving directory > `/home/sajjad/openSG/OpenSG/Examples/SceneViewer'make: *** > [allstuff] Error 2 > > > > > Sajjad > Hello, The library that it doesnt find is specified in /usr/local/lib/opt and i have added that path to the environment variable as well. so if i have to make any change in the MakeFile where do i have to do that? ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
