$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-07-13 04:29:42
On Wednesday 12 July 2006 21:00, Andrei Melnikov wrote:
> > Does not reproduce for me. I'll try on a Windows box later today, but if
> > you can send me output of -d5, that will also help.
>
> I've attached everything relevant, including my user-config,
> site-config and pkg folder.
Thanks, the -d5 output is the key.
> /pkg/minicomet and /pkg/NeroAPI projects in pkg folder do work without
> any warnings, but I had to use Jamfile and project-root.jam files to
> make them working.
>
> Is anything wrong with them?
No, not with them, but with your d:/home directory. Or actually, with your
d:/Home directory as windows believes it's called.
Please try using d:/Home everywhere, and see if it helps. That's something we
need to fix, so I've filed:
https://zigzag.cs.msu.su:7813/boost.build/ticket/97
Note that this problem reproduces even if 'use-project' is inside Jamroot,
it's not specific to user-config.jam.
- Volodya