$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-11-12 12:17:21
David Abrahams wrote:
> Don't do that. That file is part of the build system. No wonder you get an
> error message; you've now broken the build system.
>
>> and in my
>> home directory
>
> You shouldn't need to do that either, to test it. At in least one of the
> valid configurations, you have a user-config.jam and you're specifying
> a toolset you don't have configured there.
Sorry, now I'm lost.
Now I have restored the file in tools/build/v2 to its pristine state,
i.e. the only line:
import toolset : using ;
Nothing else configured ->> But no warnings at all!
Is this expected?
Roland