Boost logo

Boost-Build :

Subject: Re: [Boost-build] include order
From: Karsten Ahnert (karsten.ahnert_at_[hidden])
Date: 2014-04-02 02:48:36


On 01.04.2014 18:31, Steven Watanabe wrote:
> AMDG
>
> On 04/01/2014 01:21 AM, Karsten Ahnert wrote:
>>
>> https://github.com/headmyshoulder/odeint-v2/tree/boost_integ
>>
>> If I build the project from the project root, I get errors due to the
>> wrong include order. When I build the tests in the test directory the
>> include order works is ok and everything builds correctly.
>>
>
> The problem is that $(BOOST_ROOT) and include/
> are also being added separately and Boost.Build
> doesn't remove duplicates. Try applying this
> patch to Boost.Build. I'll commit it once I
> validate that it doesn't cause any other problems.

Hi Steven,

thank you for the patch. It works perfectly for me.

Karsten


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