$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-12-06 01:01:02
On Tuesday 05 December 2006 20:00, Jeff Holle wrote:
> I am failing to get the CVS version of bjam (check out on Mon Dec 4
> 20:58:14 EST 2006).
> "bjam --version", displays:
> Boost.Build V2 (Milestone 11)
> Boost.Jam 03.1.14
> I've two environment variables that worked with boost 1.31.1. They are:
> BOOST_ROOT=$HOME/boost_1_31_1
> BOOST_BUILD_PATH=$BOOST_ROOT/tools/build/v2
>
> With this new version of boost, these were changed to:
> BOOST_ROOT=$HOME/boost_CVS/boost
> BOOST_BUILD_PATH=$BOOST_ROOT/tools/build/v2
>
>
> When I attempt to build the bgl-viz library, I get:
> $BOOST_ROOT/tools/build/v1/testing.jam:12: in load
> rule difference unknown in module testing.
> $BOOST_ROOT/tools/build/v2/kernel/modules.jam:261: in import
For some reason, V1's testing.jam is getting used. Are you sure there's nothing
important you've omitted? Can you try the --debug-configuration option?
- Volodya