|
Boost-Build : |
Subject: Re: [Boost-build] Changed behaviour of custom generators?
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2014-04-02 05:49:26
On 01.04.2014 17:37, Steven Watanabe wrote:
> On 04/01/2014 05:14 AM, Roland Schwarz wrote:
>> I ran into problem with boost-build when upgrading from 1.53 to 1.55:
>>
>> <snip>
>>
>> don't know how to make
>> <pbuild\bb\software\blocklib-object(c-scanner)@2752>detail\dataspec.cpp
>>
> You need to build b2 from 1.55. (A bug fix in
> Boost.Build depends on a previous bug fix in b2).
Thank you for the suggestion!
This indeed changed the behaviour, now the build stops after having done
the configuration steps, just before starting to compile.
In my stage directory I can find a config.log file with content:
---- ...found 16 targets... ...updating 9 targets... common.mkdir build\bb\boost common.mkdir build\bb\boost\bin.v2 common.mkdir build\bb\boost\bin.v2\libs common.mkdir build\bb\boost\bin.v2\libs\regex common.mkdir build\bb\boost\bin.v2\libs\regex\build common.mkdir build\bb\boost\bin.v2\libs\regex\build\gcc-mngw6-4.6.2 common.mkdir build\bb\boost\bin.v2\libs\regex\build\gcc-mngw6-4.6.2\dbg CreateProcessA() Windows API failed: 2 - Das System kann die angegebene Datei nicht finden. ---- The last message is partly german, meaning that the "System cannot find the given file." But no hint which file. Starting b2 with --verbose doesn't help either, nor does --debug-configuration. The command line I am using to invoke b2: >b2 my_target gcc-4.6.2-mingw32 Subversion revision id is: 989 The Subversion message is from my Jamroot, a call to svnversion to read the svn number from my tree. The very same runs without any issues with the 1.53 version that came with boost. I am glad about any hints you can give me. Is there a document of changes I should look into? Are there any new environment variables beyond BOOST_BUILD_PATH I need to take of in the latest version? Roland
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