Yep, that was it, thank you! I had called gmake install, but installed it in a local directory which was not im my PATH variable. Thanks for the hint. (okay i could have at least peeked into the makefiles, sorry about that..)
Patric Andreas Zieringer wrote: > Hi Patric, > > hmm did you call "gmake install" in /data/development/OpenSG ? This > creates the osg-config script, without it you can't build the examples. > > Andreas > > >> Hello opensg-users, >> >> i am trying to build the Examples/SceneViewer program using the stable 1.6 >> version. I configured with --with-qt=$QTDIR, and the library built without >> problems. When afterwards typing make in the Examples/SceneViewer directory, >> the >> build seems to be somehow messed up. Output: >> >> [EMAIL PROTECTED] 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 starts >> make osgSceneViewer >> make[1]: Entering directory `/data/development/OpenSG/Examples/SceneViewer' >> moc -fOSGMainView_qt.h OSGMainView_qt.h -o moc_OSGMainView_qt.cpp >> Updating moc_OSGMainView_qt.Linux-g++.dep >> THIS OPERATION IS DISABLED RIGHT NOW !! >> >> "g++" -c Warning QT not configured, ignoring request -D_GNU_SOURCE >> -DQT_CLEAN_NAMESPACE -DOSG_WITH_GLUT -DOSG_WITH_TIF -DOSG_WITH_JPG >> -DOSG_WITH_PNG -DOSG_WITH_MNG -DOSG_WITH_GIF -D_OSG_HAVE_CONFIGURED_H_ >> -DQT_NO_XINERAMA -DQT_NO_XRENDER -DQT_NO_XFTFREETYPE -DQT_NO_XKB >> -DQT_NO_SM_SUPPORT -DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_JPEG >> -DQT_NO_STYLE_AQUA >> -DQT_NO_STYLE_MAC -DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_COMPACT -ansi >> -use_readonly_const -ftemplate-depth-100 -g -DOSG_DEBUG -DOSG_WITH_TIF >> -DOSG_WITH_JPG -DOSG_WITH_PNG -DOSG_WITH_MNG -DOSG_WITH_GIF >> -I/home/bzk/local/include moc_OSGMainView_qt.cpp -o >> moc_OSGMainView_qt.Linux-g++.o >> g++: Warning: No such file or directory >> g++: QT: No such file or directory >> g++: not: No such file or directory >> g++: configured,: No such file or directory >> g++: ignoring: No such file or directory >> g++: request: No such file or directory >> In file included from moc_OSGMainView_qt.cpp:11: >> OSGMainView_qt.h:13:22: error: qvariant.h: No such file or directory >> OSGMainView_qt.h:14:21: error: qpixmap.h: No such file or directory >> OSGMainView_qt.h:15:25: error: qmainwindow.h: No such file or directory >> ... >> >> since opensg.org reads: It needs QT 3.0, and it needs QTDIR to be set to >> directory where QT is installed. Given that, a simple make should be enough >> to >> create it. >> and i dont want to go through the whole build process myself, i thought i >> ask >> here whether this is known or i am doing something stupid. Is it / am I? >> >> thanks, >> Patric >> > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Opensg-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensg-users > > -- Patric Schmitz, MATA Trainee VR-Group RWTH Aachen University Center for Computing & Communication ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
