Boost logo

Boost-Build :

From: Alexey Pakhunov (alexeypa_at_[hidden])
Date: 2006-02-11 11:16:21


Reece Dunn wrote:
> error: failed to build ../libs/iostreams/build/boost_zlib with properties

I am working with Visual C++ 2005 and I get a different error. It is
caused by an error in boost/libs/wave/test/build/Jamfile.v2 See the
attached patch that fixes it. Once this was fixed I was able to run tests.

Best regards/Venlig hilsen,
   Alexey Pakhunov.

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/wave/test/build/Jamfile.v2,v
retrieving revision 1.2
diff -u -r1.2 Jamfile.v2
--- Jamfile.v2 9 Feb 2006 11:07:56 -0000 1.2
+++ Jamfile.v2 10 Feb 2006 18:55:59 -0000
@@ -36,7 +36,7 @@
 project wave/test
     : requirements
         <toolset>msvc-7.1:<rtti>off
- <os>NT:<link-runtime>static
+ <os>NT:<runtime-link>static
         <threading>single
         <variant>debug
         <define>BOOST_LIB_DIAGNOSTIC=1


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