Boost logo

Boost-Build :

Subject: Re: [Boost-build] not able to get rid of ml(masm) failures by excluding context?
From: Jeff Flinn (jeffrey.flinn_at_[hidden])
Date: 2013-10-09 14:49:44


On 10/9/2013 2:22 PM, ken han wrote:
> On windows using mingw I need to get an error free build of boost
> libraries. I do not have masm and understand from
> https://svn.boost.org/trac/boost/ticket/7262 that you have to have masm
> on windows to compile 'context'. So I excluded 'context' and but still
> get a bunch of ml errors. Why is that? Thanks
>
> Command used to build:
> b2 -d1 --stagedir=[...] --build-dir=[...] --layout=tagged
> --without-context toolset=gcc --build-type=complete
> stage > boostbuild3.txt
>
> A small part of the output:
> [...]
> Component configuration:
>
> - atomic : building
> - chrono : building
> - context : not building
> - coroutine : building

coroutine used context perhaps you also need --without-coroutine


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk