|
Boost-Build : |
Subject: Re: [Boost-build] Depending on an exe from two files
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-10-20 12:01:05
AMDG
Julio M. Merino Vidal wrote:
> error: created from ./helper
> error: added properties: <python-debugging>off <python>2.3 <threadapi>pthread
> error: removed properties: none
>
These are the default values of the features. The problem
is that the properties used for the direct build of helper, do not
include these features because the Jamfiles that they are defined in
have not been loaded yet. When helper is created indirectly
by the dependencies in the tests, the features will have been
added. A workaround is to use
explicit helper ;
In Christ,
Steven Watanabe
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