Looks like the C++11 experiment in revision 8223 failed on the Windows nightly build box.
c:\Users\James\src\ohr\wip>svn update Updating '.': U filelayer.cpp U SConscript Updated to revision 8223. c:\Users\James\src\ohr\wip>scons scons: Reading SConscript files ... Using target: win32 arch: x86 gcc: gcc gcctarget: mingw32 fbcversion: 1050 scons: done reading SConscript files. scons: Building targets ... version_info(["ver.txt", "iver.txt", "distver.bat"], ["codename.txt"]) fbc -c build\savegame.rbas.bas -o build\savegame.rbas.o -mt -exx -g -O 2 -target win32 -arch 686 -s gui -d IS_GAME -m game fbc -c build\common.rbas.bas -o build\game-common.rbas.o -mt -exx -g -O 2 -targe t win32 -arch 686 -s gui -d IS_GAME -m game fbc -c build\loading.rbas.bas -o build\game-loading.rbas.o -mt -exx -g -O 2 -tar get win32 -arch 686 -s gui -d IS_GAME -m game g++ -o build\filelayer.o -c -O3 -DFBCVERSION=1050 -m32 -mpreferred-stack-boundar y=2 -mno-sse --std=c++11 -g -Wall -Wno-non-virtual-dtor filelayer.cpp g++: error: unrecognized option '--std=c++11' scons: *** [build\filelayer.o] Error 1 scons: building terminated because of errors. c:\Users\James\src\ohr\wip>g++ --version g++ (GCC) 4.6.1 Copyright (C) 2011 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.
_______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
