Boost logo

Boost-Build :

From: Michael Bradley Jr (mbradley.jr_at_[hidden])
Date: 2007-10-18 04:28:27


Hi David,

> on Wed Oct 17 2007, Michael Bradley Jr <mbradley.jr-AT-gmail.com> wrote:
>> Should the changes be rolled back?
>

David Abrahams wrote:
> Maybe; they were an attempt to fix a different problem. Could you
> please give us a detailed accounting of the steps you're using to
> reproduce the problem, including what's in your *-config.jam files (if
> any) and the directory from which you invoke the build?
>
> Thanks,
>

Reproducing the problem is quite easy.

1. svn checkout of the trunk, no modification what so ever...
2. call bjam with the following parameter:

d:\dev\libs\boost>"bin\bjam.exe" -d 0 stage --stagedir=. --toolset=msvc
link=static runtime-link=shared architecture=x86 release debug address-model
=32

warning: Graph library does not contain optional GraphML reader.
note: to enable GraphML support, set EXPAT_INCLUDE and EXPAT_LIBPATH to the
note: directories containing the Expat headers and libraries, respectively.
warning: skipping optional Message Passing Interface (MPI) library.
note: to enable MPI support, add "using mpi ;" to user-config.jam.
note: to suppress this message, pass "--without-mpi" to bjam.
note: otherwise, you can safely ignore this message.
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(don't panic: this is a strictly optional feature).
error: Unable to find file or target named
error: '/python//python_for_extensions'
error: referred from project at
error: 'libs/python/build'

But when "libs/python/build/Jamfile.v2" is rolled back to r39191, I'm able to
build the library.

Thanks for you help.
Cheers
Michael


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