AMDG
On 03/21/2014 05:45 PM, Jose . wrote:
> <snip>
> /C:/Jam/aaaa/b/c/file.txt (see that "aaaa" is lower-case but "Jam" is not)In theory, the underlying Jam functions normalize
>
> I would understand that all characters are converted to lower-case for case
> insensitive matching, but some of them don't, which is weird. As I say, in
> small programs it seems to work ok, I only found it in bigger ones.
>
paths to match the actual names in the filesystem.
You can hack it in path.relative-to (in util/path.jam)
> 2) This is probably worse: <install-source-root> doesn't seem to down-case
> before trying to match. Hence, the install rule results in this:
>
> common.copy C:\Jam\z\..\AaAa\b\c\file.txt
>
> when in fact it should look like this:
>
> common.copy C:\Jam\z\b\c\file.txt
>
>
> Any clue what happened and how to solve it? (at least problem 2)
>
by changing the comparison to $(split1[1]:L) = $(split2[1]:L).
In Christ,
Steven Watanabe
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build