Opened 11 years ago

Closed 11 years ago

#6352 closed Bugs (fixed)

bootstrap.sh error on MIPSPRO

Reported by: Alessandro Siniscalchi <asiniscalchi@…> Owned by: Vladimir Prus
Milestone: Boost 1.49.0 Component: build
Version: Boost 1.48.0 Severity: Problem
Keywords: Cc:

Description

line 628: The types of operands "char" and "char *" are incompatible.

if (argv0[0] == "/")

the line has to be changed to:

if (argv0[0] == '/')

Change History (2)

comment:1 by Alessandro Siniscalchi <asiniscalchi@…>, 11 years ago

for sure the file is : ./tools/build/v2/engine/jam.c

comment:2 by René Rivera, 11 years ago

Milestone: To Be DeterminedBoost 1.49.0
Resolution: fixed
Status: newclosed

Fixed in #75609.

Note: See TracTickets for help on using tickets.