$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] failing regression tests
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-06-09 01:14:52
Steven Watanabe wrote:
> AMDG
>
> It seems that many of the Boost.Build regression test failures are
> caused by using test-config.jam and therefore ignoring the
> runner's user-config.jam. This causes all uses of the C++ compiler
> to fail when the toolset needs non-default iniitalization.
Yes, I was suspecting something like that. But -- SVN does not have
test-config.jam, only test-config.jam.in -- so it should not have
any effect. Of course, I might have missed something obvious.
- Volodya