Bringing this back to the list.... On 6/25/07, Steven A White <[EMAIL PROTECTED]> wrote: > I have been trying to get revision 749 to cleanly compile off and on > over the last few days. There has been a great deal of work to do the > last few days and I repetitively forgot to send you an email on the > results. Do have any advice on the following issue? > > I am currently receiving a compile error several minutes in to the > compile when giving building openSG with the following parameters.
It is a little more than just checking out rev 749. You need to actually check out the branch. Try re-checking out the sources like: svn co https://opensg.vrsource.org/svn/branches/fcptr_stable_jun07 opensg2 or alternatively: wget http://opensg.vrsource.org/trac/changeset/811/branches/fcptr_stable_jun07?old_path=%2F&format=zip -D > > scons > BoostBaseDir=/research/tools/boost/current/linux.x86_64.gcc.debug/ > BoostIncludeDir=/research/tools/boost/current/linux.x86_64.gcc.debug/include/ > fcptr_mode=MT_CPTR var_arch=x64 > > I am compiling on the following system > $ uname -aLinux localhost 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:32:02 EDT > 2006 x86_64 x86_64 x86_64 GNU/Linux > > $ gcc --version > gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3) > Copyright (C) 2006 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > Receiving the following error. > g++ -o > build.linux.g++/type-debug--arch-x64/Source/Contrib/BackgroundLoader/OSGModelRequest.os > -c -g -pipe -m64 > -I/research/tools/boost/current/linux.x86_64.gcc.debug/include/ -fPIC > -D_DEBUG -DOSG_COMPILECONTRIBBACKGROUNDLOADERLIB > -Ibuild.linux.g++/instlinks/include > -Ibuild.linux.g++/instlinks/include/OpenSG -I/usr/include/freetype2 > Source/Contrib/BackgroundLoader/OSGModelRequest.cpp > Source/Contrib/BackgroundLoader/OSGModelRequest.cpp: In constructor > `OSG::ModelRequest::ModelRequest()': > Source/Contrib/BackgroundLoader/OSGModelRequest.cpp:12: error: expected > unqualified-id before "" > Source/Contrib/BackgroundLoader/OSGModelRequest.cpp:13: error: expected > unqualified-id before "" > Source/Contrib/BackgroundLoader/OSGModelRequest.cpp: In member function > `virtual void OSG::ModelRequest::sync()': > Source/Contrib/BackgroundLoader/OSGModelRequest.cpp:41: error: expected > unqualified-id before "" > Source/Contrib/BackgroundLoader/OSGModelRequest.cpp:41: error: expected > `)' before "" > scons: *** > [build.linux.g++/type-debug--arch-x64/Source/Contrib/BackgroundLoader/OSGModelRequest.os] > Error 1 > scons: building terminated because of errors. > > Daniel E. Shipton wrote: > > On 6/14/07, Steven A White <[EMAIL PROTECTED]> wrote: > >> I am currently trying to compile OpenSG2.0 for testing and I keep > >> running in to a problem during the compile. The source tree I have was > >> checked out on the 12th. I have inlucded the config commnands I am > >> giving to scons along with the last of the build output. Any advice on > >> what the issue could be would be a help. > > > > Gerritt is making major changes to HEAD at the moment. Use the branch > > mentioned here: > > http://opensg.vrsource.org/trac/changeset/749 > > > > -Dan > > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
