Subject: [Boost-bugs] [Boost C++ Libraries] #6209: tools/build/v2/util\doc.jam:673: Conditional used as list
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-12-04 15:38:36
#6209: tools/build/v2/util\doc.jam:673: Conditional used as list
-------------------------------------+--------------------------------------
Reporter: dnlbtz@⦠| Owner: vladimir_prus
Type: Bugs | Status: new
Milestone: To Be Determined | Component: build
Version: Boost Development Trunk | Severity: Problem
Keywords: doc jam b2 bjam |
-------------------------------------+--------------------------------------
Today I checked out the boost trunk and get the following
error after building boost.build with bootstrap.bat (tried mingw and vc10)
{{{
C:\data\packs\boost-trunk>.\b2 --help
C:/data/packs/boost-trunk/tools/build/v2/util\doc.jam:673: Conditional
used as list (check operator precedence).
}}}
I changed line 673 from
{{{
if $(m) && ! $(m) = ""
}}}
to
{{{
if $(m) && $(m) != ""
}}}
and it works.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6209> 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:50:07 UTC