$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-07-19 12:59:06
Jeff Holle wrote:
> I'm using Boost.Build V2 (Milestone 11) Boost.Jam 03.1.15 to build a
> project with 12 shared libraries.
Please try the nightly build from boost.org/boost-build2 first.
If that does not fix the problem, provide a self-contained minimal
example reproducing this problem, as a archive file.
>
> The code for each library is in a separate subdirectory.
> The requirements of each library are largely the same making it
> desirable to move the project rule to the Jamroot file in the common
> parent directory.
> However, when move my project from my Jamfile to ../Jamroot, I get:
Given this information, it's unexpected you got any error.
- Volodya