Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2005-10-10 09:49:01


The new spirit regressions for 1.33.1 here:
http://engineering.meta-comm.com/boost-regression/CVS-RC_1_33_0/developer/issues.html

appear to be caused by a conflict between the Jamfile and the BUILD
environment variable. They're easily fixed with the following patch (tested
on Windows only):

RCS file: /cvsroot/boost/boost/libs/spirit/test/Jamfile,v
retrieving revision 1.35
diff -r1.35 Jamfile
78c78
< template multi-threading : : :

---
>     template multi-threading : :
85c85
<     template multi-threading : <dll>@boost/libs/thread/build/boost_thread 
: :
---
>     template multi-threading : <dll>@boost/libs/thread/build/boost_thread 
> :
92c92
<     template normal : : :
---
>     template normal : :
OK to commit?
John. 

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk