Boost logo

Boost-Build :

Subject: Re: [Boost-build] Problems building on Win7
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2015-02-23 11:25:18


AMDG

On 02/23/2015 08:21 AM, Raffi Enficiaud wrote:
>
> I am attaching the log of a clean session. The way I am producing it is
> the following:
> - clean repository on develop and build b2
> - cd libs/test/test
> - ..\..\..\b2 (runs fine)
> - ..\..\..\b2 (runs not fine)
>
> So from the logs, it might be the case sensitivity to the drive name (we
> can see "merging /d:/Code/Personal/xxx with /D:/Code/Personal/xxx")
>

That's definitely the problem. Tracing up the call stack,
I think the problem should show up in link.do-link-recursively.
The attached patch dumps out the local variables. I'm guessing
that this will show a lowercase /d:/ in target-path. If my
guess is correct, then the solution is to normalize the path
in do-link-recursively.

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