$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-02-27 03:51:50
Jürgen Hunold wrote:
> Hi !
Hi,
> I've encountered a strange problem with "empty" Jamfiles.
> Please find a simple test case attached.
> Extract, "cd bjam/main" and run bjam --v2. Works as expected.
> Then try to run
> bjam --v2 release debug-symbols=on stdlib=stlport threading=multi
> hardcode-dll-paths=true This should result in:
Confirmed. The problem is that one project says build-project on another, and
that one contains second build-project statements. It broke when you add
anything on command line, because a new code path is executed in that case.
Both fix and a regression test are in CVS now.
Thanks for catching!
- Volodya