6 Feb
2014
6 Feb
'14
8:40 p.m.
On 02/06/2014 12:19 PM, Steven Watanabe wrote:
AMDG
On 02/06/2014 12:02 PM, Thomas Suckow wrote:
I am seeing a strange discrepancy between building the headers target from the command line vs including it as a dependency in another target.
In our own projects we 'use-project /boost : $(PATH_TO_BOOST) ;' and use the headers target. But as a reproducible example, if I add /boost//headers to tools/quickbook/src/Jamfile.v2 I get: http://pastebin.com/KMcMSLZW
Use <implicit-dependency>/boost//headers
I changed all the references in our project to use implicit-dependency and that works. It doesn't create the links, but I guess ./b2 headers is just something I will need to remember to do. Thanks Steven! - Thomas