Boost logo

Boost-Build :

From: Noel Belcourt (kbelco_at_[hidden])
Date: 2006-02-22 22:56:03


Hi,

So I managed to get a snapshot of CVS onto my test machine and followed
the instructions for configuring the v2 tests. Here's the output from
the command.

[~/Projects/boost/status] Noel% ~/bin/bjam --v2 -n
warning: toolset cw initialization: can't find tool mwcc.exe
warning: initialized from
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(and if you don't know what ICU is then you probably don't need it).
error: Unable to find file or target named
error: '/python//python_for_extensions'
error: referred from project at
error: '../libs/python/test'

And here is the environment, bjam version, the lines I added to
user-config.jam. Anyone know what's wrong?

[~/Projects/boost/status] Noel% echo $BOOST_BUILD_PATH
/Users/Noel/Projects/boost/tools/build/v2
[~/Projects/boost/status] Noel% ~/bin/bjam -v
Boost.Jam Version 3.1.12. OS=MACOSX.
    Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
    Copyright 2001 David Turner.
    Copyright 2001-2004 David Abrahams.
    Copyright 2002-2005 Rene Rivera.
    Copyright 2003-2005 Vladimir Prus.

[~/Projects/boost/status] Noel% more ../tools/build/v2/user-config.jam
# Copyright (C) Vladimir Prus 2003. Permission to copy, use, modify,
sell and
# distribute this software is granted provided this copyright notice
appears in
# all copies. This software is provided "as is" without express or
implied
# warranty, and with no claim as to its suitability for any purpose.

[ snip ]

import toolset : using ;

# CodeWarrior configuration

using cw ;

using python : 2.4 : /usr ;

-- Noel


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