Subject: [Boost-bugs] [Boost C++ Libraries] #1967: bjam bug? iostreams + zlib won't build for VC8 or MinGW with small hack to Jamfile.v2
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-05-29 15:46:46
#1967: bjam bug? iostreams + zlib won't build for VC8 or MinGW with small hack to
Jamfile.v2
---------------------------------------+------------------------------------
Reporter: brian.pratt_at_[hidden] | Type: Bugs
Status: new | Milestone: Boost 1.36.0
Component: None | Version: Boost 1.35.0
Severity: Problem | Keywords:
---------------------------------------+------------------------------------
In boost_1_35_0\libs\iostreams\build\Jamfile.v2 I find I have to change
if $(NO_COMPRESSION) || $(NO_$(LIB))
to
if $(NO_COMPRESSION) = 1 || $(NO_$(LIB)) = 1
to get VC8 or MinGW building with zlib.
This is with
bjam -v
Boost.Jam Version 3.1.16. OS=NT.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1967>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:57 UTC