$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost 1.54 build problem: --without-context not honoured?
From: Nathan Ridge (zeratul976_at_[hidden])
Date: 2013-07-06 20:34:22
> I'm digging into a build problem and noticed that even though I specify
> "./bjam --without-context", Boost.Context is still built! The bjam
> configuration output states that Context is not to be built:
>
> Component configuration:
>
> - atomic : building
> - chrono : building
> - context : not building
> - coroutine : building
> - date_time : building
> - exception : building
>
> But it is built nonetheless. This causes a build failure for architectures
> which are not supported; see build log [1]. Compare that to the build for
> 1.53 [2] which works fine.
Perhaps it's because coroutine depends on context, so building
coroutine triggers a build of context anyways? Try adding
--without-coroutine as well.
Regards,
Nate