Boost logo

Boost-Build :

Subject: Re: [Boost-build] include order
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2014-04-01 12:31:29


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.

In Christ,
Steven Watanabe




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