Hi Simon, thanks for the info I suppose you build OpenSG by calling "scons" you should call "./scons" that's important as OpenSG uses it's own local scons version (based on version 0.96.1). I will try to add a error message when using the wrong scons.
Andreas >>thanks for the output. So the xmlpp stuff is really missing in the >>OSGBase lib compiled via scons. Well I have no idea why works fine for >>me on windows and several linux dists. Perhaps a missing special >>compiler/linker flag for gcc 4.1? Can you find in >>OpenSG/Build/linux-gcc/Source/Base/opt the xmlpp related object files >>(OSGXmlparser.os, OSGXmlpp.os, OSGXmltokenizer.os) > > > (1) to be sure, i did a fresh checkout today. strange, i only have one file > in > the mentioned directory and it is too small, i guess... > > [EMAIL PROTECTED] ./Build/linux-gcc/Source/Base/opt $ ls -lh > > -rwxr-xr-x 1 shaegler shaegler 3.8K Nov 10 12:28 libOSGBase.so > > (2) i also noticed that scons fails even earlier with scons -j4 (on a dual > dual-core opteron), i get a lot of these: > > Build/linux-gcc/Source/System/opt/OSGScanParseSkel.lex:28: bad character: > > i will open a ticket, if unrelated to the xml problem... > > (3) for completeness, my environment: > > [EMAIL PROTECTED] ~/src/OpenSG-sconstest $ scons -v > SCons by Steven Knight et al.: > script: v0.96.92.D002, 2006/04/11 07:39:43, by knight on roxbury > engine: v0.96.92.D002, 2006/04/11 07:39:43, by knight on roxbury > Copyright (c) 2001, 2002, 2003, 2004 The SCons Foundation > > [EMAIL PROTECTED] ~/src/OpenSG-sconstest $ gcc -v > Using built-in specs. > Target: x86_64-pc-linux-gnu > Configured with: /var/tmp/portage/gcc-4.1.1/work/gcc-4.1.1/configure > --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.1 > --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/include > --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1 > --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1/man > --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1/info > --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/include/g++-v4 > --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec > --enable-nls --without-included-gettext --with-system-zlib --disable-checking > --disable-werror --disable-libunwind-exceptions --enable-multilib > --disable-libmudflap --disable-libssp --disable-libgcj > --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix > --enable-__cxa_atexit --enable-clocale=gnu > Thread model: posix > gcc version 4.1.1 (Gentoo 4.1.1) > > [EMAIL PROTECTED] ~/src/OpenSG-sconstest $ flex -V > flex 2.5.33 > > [EMAIL PROTECTED] ~/src/OpenSG-sconstest $ bison -V > bison (GNU Bison) 2.2 > > cheers, > 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 > ------------------------------------------------------------------------- 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
