Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2003-05-06 05:51:16


Aleksey Gurtovoy <agurtovoy_at_[hidden]> writes:

> David Abrahams wrote:

>> > It would be appreciated if somebody clarified the situation.
>>
>> Could you add -d+5 at the beginning of the command-line and post the
>> last hundred lines or so
>
> Attached.
>
> D:\boost4\boost\tools\build\boost-base.jam:1487:>>>>|>>>>|>>>>|>>>>|>>>>|>>> EXIT unknown dependent target <libs!regex!build>libboost_regex.lib
> unknown dependent target <libs!regex!build>libboost_regex.lib

Aha. I'm pretty sure this is due to the hack I just added to the
regex lib to get it to leave off the "lib"... prefixes when building
on windows platforms.

I'll have to go in and hack the Boost.Build core to get this to work
right.

I wonder if, perhaps, I can just patch the stage rule to change the
name accordingly and avoid some of the nastiness involved with
intra-project dependencies like this one. Nobody cares about the
exact name of the library that gets built for running the regression
tests, do they, John?

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com
 

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