$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Craig Rodrigues (rodrigc_at_[hidden])
Date: 2005-05-19 15:02:41
On Thu, May 19, 2005 at 02:38:23PM -0500, Larry Evans wrote:
> On 05/19/2005 02:26 PM, Larry Evans wrote:
> I had BOOST_BUILD_PATH pointing to the wrong directory:
>
> ~/prog_dev/boost-cvs/boost/tools/build/
>
> after changing to:
>
> ~/prog_dev/boost-cvs/boost/tools/build/v2/
You can get the same result if you
set BOOST_BUILD_PATH to ~/prog_dev/boost-cvs/boost
and then modify ~/prog_dev/boost-cvs/boost/boost-build.jam
by commenting out the need to use the --v2
flag to invoke bjam v2.
But your method works too.
-- Craig Rodrigues rodrigc_at_[hidden]