Subject: [Boost-bugs] [Boost C++ Libraries] #6352: bootstrap.sh error on MIPSPRO
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-01-03 10:26:51
#6352: bootstrap.sh error on MIPSPRO
-------------------------------------------------------------+--------------
Reporter: Alessandro Siniscalchi <asiniscalchi@â¦> | Owner: vladimir_prus
Type: Bugs | Status: new
Milestone: To Be Determined | Component: build
Version: Boost 1.48.0 | Severity: Problem
Keywords: |
-------------------------------------------------------------+--------------
line 628:
The types of operands "char" and "char *" are incompatible.
if (argv0[0] == "/")
the line has to be changed to:
if (argv0[0] == '/')
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6352> 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:08 UTC