Boost logo

Boost-Build :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2002-07-23 10:20:07


At 10:48 AM 7/23/2002, David Abrahams wrote:
>
>----- Original Message -----
>From: "Beman Dawes" <bdawes_at_[hidden]>
>
>> >The culprit is this line (allyourbase.jam:1028):
>> >
>> > HDRS on $(<) = [ unique $(LOCATE_SOURCE) $(SEARCH_SOURCE) $(HDRS)
]
>;
>> >
>> >which adds SEARCH_SOURCE to HDRS. You might try
>> >
>> > HDRS on $(<) = [ unique $(LOCATE_SOURCE) $(HDRS) ] ;
>> >
>> >instead. I can't promise this won't destabilize something. If there's
a
>> >problem for the Python library, I can try to work around it.
>>
>> That seems to fix the problem, but I only did some light testing with a
>few
>> compilers. I didn't try -a to force an entire retest of everything,
>> although I did -a on any_test for all the compilers I have.
>>
>> Should I commit the change to CVS?
>
>Did you try with CW? If so, please commit. CW has strange search behavior
>sometimes.

I just ran -a test "metrowerks", without problems, and with any change in
results, so that looks OK.

I'll do the commit.

Thanks,

--Beman

 


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