Boost logo

Boost-Build :

Subject: Re: [Boost-build] Python port Implicit Dependencies
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2015-04-29 12:12:33


AMDG

On 04/29/2015 08:43 AM, aaron_at_[hidden] wrote:
>
> I've been fighting an issue in the Python port for a while and I haven't been
> able to figure it out. It deals with generated headers and implicit
> dependencies. It works well on the Jam side, but is failing on the Python side
> under certain conditions.
>

The problem is in scanner.get. Notice how
it creates scanner_id, and then uses the
unmangled scanner_name to search the cache.
The result is that when CompileAction adds
the <include> path from the <implicit-dependency>,
it's ignored. Honestly, I don't see how this
ever worked at all, since it means that all
targets of the same type get the same search path.

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