hi list

i'm trying to compile opensg-1.6 on a laptop (recently synced gentoo) but there some strange path problems. looks like there is some path problem. here is the output from make:

$ make
cd Builds/i686-pc-linux-gnu* && make dbg
make[1]: Entering directory `/home/simon/dev/OpenSG-1.6/Builds/i686-pc-linux-gnu-g++' make[2]: Entering directory `/home/simon/dev/OpenSG-1.6/Builds/i686-pc-linux-gnu-g++' make[3]: Entering directory `/home/simon/dev/OpenSG-1.6/Builds/i686-pc-linux-gnu-g++/BaseLib'
/home/simon/dev/OpenSG-1.6/Common/commonBuildDetect.mk:43: Detected DBG
/home/simon/dev/OpenSG-1.6/Common/commonBuildDetect.mk:59: Detected Shared Lib
using BD = /home/simon/dev/OpenSG-1.6/Source
g++ -Wall -W -Wpointer-arith -Wcast-align -Wconversion -Winline -Wno-unused -Wno-long-long -Wno-reorder -Wno-sign-compare -D_GNU_SOURCE -DQT_CLEAN_NAMESPACE -DOSG_WITH_GLUT -DOSG_WITH_QT -DOSG_WITH_TIF -DOSG_WITH_JPG -DOSG_WITH_PNG -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 -c -I"../Base" -I$$BD/Base/Base -I$$BD/Base/Field -I$$BD/Base/Functors -I$$BD/Base/Network/Base -I$$BD/Base/Network/Socket -I$$BD/Base/StringConversion -I$$BD/Base/Xml \
        -Iobj-dbg -I.                                           \
-o obj-dbg/OSGBarrier.o /home/simon/dev/OpenSG-1.6/Source/Base/Base/OSGBarrier.cpp In file included from /home/simon/dev/OpenSG-1.6/Source/Base/Base/OSGBarrier.cpp:39: /home/simon/dev/OpenSG-1.6/Source/Base/Base/OSGConfig.h:876:21: OSGBase.h: No such file or directory /home/simon/dev/OpenSG-1.6/Source/Base/Base/OSGConfig.h:877:30: OSGExportDefines.h: No such file or directory In file included from /home/simon/dev/OpenSG-1.6/Source/Base/Base/OSGBarrier.h:45, from /home/simon/dev/OpenSG-1.6/Source/Base/Base/OSGBarrier.cpp:

and so on...

i used these configure options:
./configure \
        --prefix=/usr/local/ \
        --enable-tif \
        --enable-png \
        --enable-jpg \
        --enable-glut \
        --enable-qt \
        --with-qt=/usr/qt/3

gcc version 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
make 3.81
flex 2.5.33
bison 2.1

any ideas?

thanks & regards
simon


-------------------------------------------------------
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

Reply via email to