Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-08-16 02:05:22


Victor A. Wagner, Jr. wrote:
> It happens on Windows too .... with nary a jamfile in sight
> C:\>bjam --version
> Unable to load Boost.Build: could not find "boost-build.jam"
> ---------------------------------------------------------------
> Attempted search from C:\ up to the root
>
> Please consult the documentation at 'http://www.boost.org'.

No wonder. Installation docs say you should run the command from the root of
unpacked boost.build tarball. The "Initialization" section in the docs has
the details.

> .....or from a reasonably fresh boost update from CVS
> C:\Projects\boost>bjam --version
> Warning: BORLAND_VERSION not set to 4, 5, or 6: staged Boost.Regex library
> will be named appropriately for version 6
> Warning: msvc toolset builds Boost.Regex library for vc6; use vc7 or vc7.1
> toolsets for other versions
> ^C
> C:\Projects\boost>
>
> so, something is hozed

Same mistake here. You're running "bjam --version" from boost root. Naturally,
it invokes V1. You might try either running "bjam --v2 --version" from the
boost root, or "bjam --version" from tools/build/examples-v2

- Volodya

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk