I’ve read the boost build manual section on building
with STLPort and a number of other posts, but nothing seems to help.
I have modified user_config.jam to contain
using stlport : 5.1.6 : c:\\projects\\STLPort-5.1.6\\stlport
c:\\projects\\STLPort-5.1.6\\lib ;
and am building with
bjam --build-dir="c:\temp\build-boost" --toolset=msvc-8.0
stdlib=stlport-5.1.6 threading=multi --with-serialization -a -d2 release
stage
However, it fails to build libboost_serialization-vc80-mt-p-1.36.0.lib,
with errors propagating from
====== BEGIN OUTPUT ======
EXIT STATUS: -1073741515
====== END OUTPUT ======
...failed testing.capture-output c:\projects\build-boost\boost\bin.v2\libs\config\test\all\no_std_locale_pass.test\msvc-8.0\release\stdlib-stlport-5.1.6\threading-multi\no_std_locale_pass.run...
I’ve tried various versions of Boost and STLPort in
various combinations, all with the same results. Any insights much appreciated.
Kind regards
Richard Gould