<div dir="ltr">Starting with this revision, I cannot compile at all on my Ubuntu 16.04 box:<br><br>james@breq:~/Dropbox/src/ohr/wip$ scons arch=64<br>scons: Reading SConscript files ...<br>Using target: linux  arch: x86_64  gcc: gcc  gcctarget: x86_64-linux-gnu  fbcversion: 1050<br>scons: done reading SConscript files.<br>scons: Building targets ...<br>Generating ver.txt<br>fbc -c build/savegame.rbas.bas -o build/savegame.rbas.o -mt -exx -g -O 2 -target linux -arch x86_64 -gen gcc -Wc -Wno-maybe-uninitialized,-fno-omit-frame-pointer -d DATAFILES='"/usr/share/games/ohrrpgce"' -d IS_GAME -m game<br>fbc -c build/common.rbas.bas -o build/game-common.rbas.o -mt -exx -g -O 2 -target linux -arch x86_64 -gen gcc -Wc -Wno-maybe-uninitialized,-fno-omit-frame-pointer -d DATAFILES='"/usr/share/games/ohrrpgce"' -d IS_GAME -m game<br>fbc -c build/loading.rbas.bas -o build/game-loading.rbas.o -mt -exx -g -O 2 -target linux -arch x86_64 -gen gcc -Wc -Wno-maybe-uninitialized,-fno-omit-frame-pointer -d DATAFILES='"/usr/share/games/ohrrpgce"' -d IS_GAME -m game<br>g++ -o build/lib/stdc++compat.o -c -O3 -DFBCVERSION=1050 -m64 --std=c++0x -g -Wall -Wno-non-virtual-dtor lib/stdc++compat.cpp<br>lib/stdc++compat.cpp:46:86: error: no member function '_S_construct_aux_2' declared in 'std::__cxx11::basic_string<char>'<br>     template char *string::_S_construct_aux_2(size_type, char, allocator<char> const&);<br>                                                                                      ^<br>lib/stdc++compat.cpp:48:96: error: no member function '_S_construct_aux_2' declared in 'std::__cxx11::basic_string<wchar_t>'<br>     template wchar_t *wstring::_S_construct_aux_2(size_type, wchar_t, allocator<wchar_t> const&);<br>                                                                                                ^<br>scons: *** [build/lib/stdc++compat.o] Error 1<br>scons: building terminated because of errors.<br><br><br><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Feb 26, 2017 at 6:08 AM,  <span dir="ltr"><<a href="mailto:subversion@hamsterrepublic.com" target="_blank">subversion@hamsterrepublic.<wbr>com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">teeemcee<br>
2017-02-26 06:08:11 -0800 (Sun, 26 Feb 2017)<br>
94<br>
Link in stdc++compat.cpp on Unix. We appear to be compatible with gcc since 3.4 now... really?<br>
---<br>
U   wip/SConscript<br>
U   wip/lib/stdc++compat.cpp<br>
U   wip/ohrbuild.py<br>
______________________________<wbr>_________________<br>
Ohrrpgce mailing list<br>
<a href="mailto:ohrrpgce@lists.motherhamster.org" target="_blank">ohrrpgce@lists.motherhamster.o<wbr>rg</a><br>
<a href="http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org" rel="noreferrer" target="_blank">http://lists.motherhamster.org<wbr>/listinfo.cgi/ohrrpgce-motherh<wbr>amster.org</a><br>
</blockquote></div><br></div></div>