Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-03-15 08:30:54


When trying to run the most recent build system on the following jamfile

project-root ;

exe nm_asm_estimate : nm_asm_estimate.cpp <lib>nm_time_estimate ;
lib nm_time_estimate : BasicBlock.cpp ;

I get:

/home/ghost/build/boost-cvs/tools/build/boost-base.jam:1330: in
find-compatible-subvariant
*** argument error
* rule is-link-compatible ( feature : value1 : value2 )
* called with: ( <target-type> : EXE : )
* missing argument value2
/home/ghost/build/boost-cvs/tools/build/boost-base.jam:1301:see definition of
rule 'is-link-compatible' being called
/home/ghost/build/boost-cvs/tools/build/boost-base.jam:1359: in link-libraries
/home/ghost/build/boost-cvs/tools/build/boost-base.jam:1545: in
subvariant-target
/home/ghost/build/boost-cvs/tools/build/boost-base.jam:1628: in main-target
/home/ghost/build/boost-cvs/tools/build/boost-base.jam:1213: in
declare-local-target
/home/ghost/build/boost-cvs/tools/build/boost-base.jam:1639: in exe
Jamfile:4: in module scope

Could anyone try to reproduce it, in order to check that I don't have simply
broken local configuration?

- 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