Subject: [Boost-bugs] [Boost C++ Libraries] #6350: MINGW Build missing mingw.jam
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-01-03 07:44:01
#6350: MINGW Build missing mingw.jam
-----------------------------------+----------------------------------------
Reporter: anonymous | Owner: vladimir_prus
Type: Bugs | Status: new
Milestone: Boost 1.49.0 | Component: build
Version: Boost 1.48.0 | Severity: Problem
Keywords: mingw build bootstrap |
-----------------------------------+----------------------------------------
If I try to build boost on Windows7 with mingw-shell:
{{{
./bootstrap.sh --toolset=mingw
}}}
then b2 and bjam will be build successfully, but the call
{{{
./b2
}}}
fails with
{{{
mingw.jam: No such file or directory
d:/extswrc/boost/tools/build/v2/build\toolset.jam:38: in toolset.using
rule mingw.init unknown in module toolset. Windows, these are static
d:/extswrc/boost/tools/build/v2/build\project.jam:888: in using
project-config.jam:12: in modules.loadsing shared runtime. On Linux, these
d:/extswrc/boost/tools/build/v2\build-system.jam:257: in load-config
d:/extswrc/boost/tools/build/v2\build-system.jam:423: in load-
configuration-files
d:/extswrc/boost/tools/build/v2\build-system.jam:555: in load
d:\extswrc\boost\tools\build\v2/kernel\modules.jam:283: in import
d:\extswrc\boost\tools\build\v2\kernel\bootstrap.jam:142: in boost-build
d:\extswrc\boost\boost-build.jam:17: in module scopeg
}}}
if I copy the gcc.jam to mingw.jam and rename gcc into mingw in mingw.jam
then I can build boost with b2. So I would suggest to add a mingw.jam file
to tools/build/v2/tools.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6350> 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