Boost logo

Boost-Build :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-07-23 09:48:53


----- 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.

-Dave

 


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