$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost, MSVC 8 and StlPort
From: Alex Oren (developer_at_[hidden])
Date: 2008-09-30 15:55:35
Andrea Denzler wrote:
> Hello Alex,
>
> You need to download the boost soruce code and build the boost library with
> stlport. Edit the tools\build\v2\user-config.jam file. add line
>
> using stlport : : mystlportpath/stlport mystlportpath/lib ;
>
> And then compile it with
>
> bjam --build-dir="C:\mytemppath\boost_tempd" --toolset=msvc
> --build-type=complete --with-regex -sICU_PATH="C:\myicupath\icu\icu"
> define=U_STATIC_IMPLEMENTATION=1 stage stdlib=stlport
>
> Use the -sICU_PATH if you want Unicode support and the U_STATIC... if you
> want static linked libraries.
Thank you Andrea, it built the libs.
Now to see if the examples work...