$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Wieger Wesselink (wieger_at_[hidden])
Date: 2005-05-04 07:38:10
Hi,
I wonder what the status is from the support for stlport.
There seems to be no documentation for it in BBv2, so is this
still work in progress?
I managed to get it to work for cygwin and STLport-4.6.2,
but I had to manually add the library path:
project test
: requirements
<stdlib>stlport
<runtime-debugging>on
<linkflags>-L/cygdrive/d/cpp/STLport-4.6.2/lib
:
;
Also the library name was different from what BBv2 expected,
libstlport_cygwin_stldebug.a instead of libstlport_gcc_stldebug.a.
Finally, it took me quite some time to figure out some linker errors
that appeared when I started using stlport in combination with
libraries. Only after completely cleaning the bin directories of
the libraries it started working.
Best regards,
Wieger