Opened 4 years ago

Last modified 4 years ago

#13589 new Support Requests

boost_1_55_0 bootstrap mingw failed

Reported by: Rie <princedragon9924@…> Owned by: James E. King, III
Milestone: To Be Determined Component: Building Boost
Version: Boost 1.55.0 Severity: Problem
Keywords: Cc:

Description

command that i used

cd C:\deps\boost_1_55_0\

bootstrap.bat mingw

Error output

Building Boost.Build engine
'gcc' is not recognized as an internal or external command,
operable program or batch file.

Failed to build Boost.Build engine.
Please consult bootstrap.log for furter diagnostics.

bootstrap.log

###
### Using 'mingw' toolset.
###

C:\deps\boost_1_55_0\tools\build\v2\engine>if exist bootstrap rd /S /Q bootstrap 

C:\deps\boost_1_55_0\tools\build\v2\engine>md bootstrap 

C:\deps\boost_1_55_0\tools\build\v2\engine>gcc -DNT -o bootstrap\jam0.exe  command.c compile.c constants.c debug.c execcmd.c execnt.c filent.c frames.c function.c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c object.c option.c output.c parse.c pathnt.c pathsys.c regexp.c rules.c scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c builtins.c md5.c class.c cwd.c w32_getreg.c native.c modules/set.c modules/path.c modules/regex.c modules/property-set.c modules/sequence.c modules/order.c 

Attachments (1)

bootstrap.log (738 bytes ) - added by Rie <princedragon9924@…> 4 years ago.
bootstrap.log

Download all attachments as: .zip

Change History (4)

by Rie <princedragon9924@…>, 4 years ago

Attachment: bootstrap.log added

bootstrap.log

comment:1 by Rie <princedragon9924@…>, 4 years ago

Im trying to build a qt wallet but stuck on this

comment:2 by James E. King, III, 4 years ago

Owner: set to James E. King, III

Suggest you review recent Appveyor build logs from boostorg/format, for example:

https://ci.appveyor.com/project/jeking3/format-bhjc4/build/1.0.100-master https://ci.appveyor.com/project/jeking3/format-bhjc4/build/job/lbo2e6k182vlfbaf

There are no issues running bootstrap or building under mingw right now. I'd think about upgrading to the latest boost, as 1.55 is quite old and will not get updated.

comment:3 by Mateusz Loskot, 4 years ago

Component: NoneBuilding Boost

Shall we close as obsolete?

Note: See TracTickets for help on using tickets.