7 Jul
2013
7 Jul
'13
12:34 a.m.
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