$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-08-16 01:30:44
David Abrahams wrote:
> I'm just following the steps in the BBv2 manual, which commands me to
> try
>
> C:\src\fluid>bjam --version
> Jamfile: No such file or directory
> Jamfile: No such file or directory
> ...found 8 targets...
>
> But it says I'm going to see a different response. What up, holmes?
For some reason, V1 bootstrapping in invoked. Are you trying this from CVS
version, as opposed to release tarball? The tarball has top-level
boost-build.jam which tells bjam to look in "kernel" for bootstrap.jam. The
'roll.sh' script creates that top-level file.
HTH,
Volodya