Subject: [Boost-bugs] [Boost C++ Libraries] #13250: bootstrap.bat fails for toolset mingw
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-10-08 17:38:22
#13250: bootstrap.bat fails for toolset mingw
-----------------------------------------------+---------------------------
Reporter: Michael H Kelley <mhkelley2017@â¦> | Owner: (none)
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Building
| Boost
Version: Boost 1.65.0 | Severity: Problem
Keywords: |
-----------------------------------------------+---------------------------
See also ticket #12997
Have successfully built several versions of boost going back about 2
years. Each build fails until I appropriately tweak the bootstrap and
config scripts. For 1.65.1, the fix was pretty easy, requiring only a
simply manual addition to
..tools/build/src/engine/config_toolset.bat
Near the end of that script (the last toolset it checks) is mingw.
Unfortunately, jam doesn't understand toolset mingw, so the toolset needs
to be set to gcc. It doesn't work to call bootstrap.bat with gcc because
then subsequent scripts assume either visual studior or msvc. The fix is
to insert the line
set "BOOST_JAM_TOOLSET=gcc"
immediately after the line :Skip_INTEL_WIN32
then run b2 with toolset=gcc.
-- Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13250> 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-10-08 17:45:02 UTC