$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-10-29 04:27:46
Hi Jürgen,
> Volodya, one of your commits broke V2.
> project_test3 :
....
> error: Unable to find file or target named
> error: 'lib/b.obj'
> error: referred from project at
> error: '.'
>
> The same occurs when I try to build my own projects ;-((
>
> It seems that you reduced the "//" to "/" _everywhere_.
Hmm... it turns out that when evaluating:
$(some_variable:G=)
which would convert <source>foo//bar into foo//bar, bjam decomposes and then
recomposes the value, and drops of of the slashes. I've reverted a part of
the patch -- the H:\ path should still work, however.
Thanks,
Volodya