Boost logo

Boost Users :

Subject: Re: [Boost-users] [boost 1.45.0][mingw] Boost build failure
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2011-01-30 14:09:59


Pavel Belski wrote:

> I'm trying to build some libraries from Boost using bjam, as it is suggested
> here(http://www.boost.org/doc/libs/1_45_0/doc/html/boost_asio/using.html).
> Because i have more than one compiler installed, I've changed the command
> line a bit to chose the toolset(mingw that comes together with Qt SDK)
> explicitly:
>
> D:\boost_1_45_0>bjam toolset=gcc --with-system --with-thread --with-datetime
> --with-regex --with-serialization stage
>
> Immediately i get the error message:
>
> mingw.jam: No such file or directory
> D:/boost_1_45_0/tools/build/v2/build\toolset.jam:38: in toolset.using
> rule mingw.init unknown in module toolset.
> D:/boost_1_45_0/tools/build/v2/build\project.jam:881: in using
> project-config.jam:1: in modules.load

Edit "project-config.jam", in the root of your Boost directory, to say:

        using gcc : ... ;

instead of:

        using mingw : ... ;

that it appears to have. Also, please file a bug on http://svn.boost.org

- Volodya

-- 
Vladimir Prus
Mentor Graphics
+7 (812) 677-68-40

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net