<div dir="ltr">Right now "scons" on ixrat is failing like this:<br><br><div><br>gcc -o build/os_unix.o -c -O3 -DFBCVERSION=1050 -m32 -mpreferred-stack-boundary=2 -mno-sse -g -Wall --std=gnu99 os_unix.c<br>fbc -c os_unix2.bas -o build/os_unix2.o -mt -exx -g -O 2 -target linux -arch 686<br>g++ -o build/lib/stdc++compat.o -c -O3 -DFBCVERSION=1050 -m32 -mpreferred-stack-boundary=2 -mno-sse --std=c++0x -g -Wall -Wno-non-virtual-dtor lib/stdc++compat.cpp<br>lib/stdc++compat.cpp:188:5: error: 'runtime_error' does not name a type<br>     runtime_error::runtime_error(char const* s)<br>     ^<br>scons: *** [build/lib/stdc++compat.o] Error 1<br><br></div></div>