$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] regex vc8-stlport.mak missing in 1.33?
From: John Maddock (john_at_[hidden])
Date: 2008-09-29 11:42:59
Rob Maidment wrote:
> I'm upgrading from 1_33_1 to 1_36_0 (windows) and I've noticed that
> vc8-stlport.mak is missing from the libs\regex\build folder. Is this
> intentional? If so, how do I go about building for VC8 and stlport?
Actually I don't think that file was ever generated in the first place: many
fewer people seem to use VC++ with STLPort than they used to.
> My previous build script ran bjam with the option
> "-sTOOLS=vc-8_0-stlport". This now results in the warning: "no
> toolsets are configured". Does this relate to the above missing file?
As Steven mentioned, the bjam invocation has now changed.
John.