$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Bojan Resnik (resnikb_at_[hidden])
Date: 2006-10-28 11:48:31
> OK, I think I understand now. You changed the BOOST_BUILD_PATH, or the
> boost-build.jam to use the current BBv2 to build with the Jamfile.v2
> files that come with Boost 1.33.1.
Actually, I just replaced the tools/build directory inside a boost
1.33.1 installation with the one from CVS, and I keep it updated.
BOOST_ROOT environment variable is set to point to the boost 1.33.1
installation directory.
> Well I'm not fond of adding the add-variant-and-compiler back because it
> means some code duplication that is prone to errors. Would it be
> possible for you to replace the Jamfile.v2 from 1.33.1 with the one from
> HEAD (and adjusting the version number)? -- Or the one from the 1.34 branch.
You are right - this does work. The produced library names have 1.35
version signature, but this is fine with me.
-- Bojan Resnik