<div dir="ltr">Looks like the C++11 experiment in revision 8223 failed on the Windows nightly build box.<br><div><br><br>c:\Users\James\src\ohr\wip>svn update<br>Updating '.':<br>U    filelayer.cpp<br>U    SConscript<br>Updated to revision 8223.<br><br>c:\Users\James\src\ohr\wip>scons<br>scons: Reading SConscript files ...<br>Using target: win32  arch: x86  gcc: gcc  gcctarget: mingw32  fbcversion: 1050<br>scons: done reading SConscript files.<br>scons: Building targets ...<br>version_info(["ver.txt", "iver.txt", "distver.bat"], ["codename.txt"])<br>fbc -c build\savegame.rbas.bas -o build\savegame.rbas.o -mt -exx -g -O 2 -target<br> win32 -arch 686 -s gui -d IS_GAME -m game<br>fbc -c build\common.rbas.bas -o build\game-common.rbas.o -mt -exx -g -O 2 -targe<br>t win32 -arch 686 -s gui -d IS_GAME -m game<br>fbc -c build\loading.rbas.bas -o build\game-loading.rbas.o -mt -exx -g -O 2 -tar<br>get win32 -arch 686 -s gui -d IS_GAME -m game<br>g++ -o build\filelayer.o -c -O3 -DFBCVERSION=1050 -m32 -mpreferred-stack-boundar<br>y=2 -mno-sse --std=c++11 -g -Wall -Wno-non-virtual-dtor filelayer.cpp<br>g++: error: unrecognized option '--std=c++11'<br>scons: *** [build\filelayer.o] Error 1<br>scons: building terminated because of errors.<br><br><br>c:\Users\James\src\ohr\wip>g++ --version<br>g++ (GCC) 4.6.1<br>Copyright (C) 2011 Free Software Foundation, Inc.<br>This is free software; see the source for copying conditions.  There is NO<br>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br></div></div>