Boost logo

Boost-Build :

Subject: Re: [Boost-build] Library dependency include order
From: Norbert Wenzel (norbert.wenzel.lists_at_[hidden])
Date: 2015-08-04 03:53:52


On 08/03/2015 11:21 AM, Norbert Wenzel wrote:
> The problem is that, depending on the order I include my subprojects,
> the build either fails or succeeds.

A little update: the project that previously failed to build (exe fail:
the one that included my lib project first) builds perfectly fine with
1.58 as soon as I manually specify <threading>multi for the Boost.Log
lib. All conflicting parameters found by Boost.Build are resolved by
specifying this single parameter.
If I explicitly set <threading>single the project fails building again
with the same error message as above. The test project that succeeded to
build, builds both versions as expected.

Norbert


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