$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2005-05-19 14:38:23
On 05/19/2005 02:26 PM, Larry Evans wrote:
[snip]
>
> OOPS. I did the `bjam --version` from tools/build, not tool/build/v2.
> However, even when I tried it from tools/build/v2, I got:
>
> <---------- cut here ------------
> cd ~/prog_dev/boost-cvs/boost/tools/build/v2/
> bjam --verson
> /home/evansl/prog_dev/boost-cvs/boost/tools/build/v2/build/project.jam:262:
> in find-jamfile from module project
> error: Unable to load Jamfile.
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/
got expected output:
bjam --version
Boost.Build V2 (Milestone 10)
Boost.Jam 03.01.11
Sorry for noise.