$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] What controls the error messages from"check-target-builds"?
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-07-31 04:47:26
> All compiler messages are supposed to go to config.log -- does that seem
> OK?
Yep, ideal, for future reference where is that file located?
> If so, do you have a recipe where those messages end up in stdout instead?
Apparently it happens when bjam is invoked from Visual Studio as a custom
build step, I've personally seen it outside of that when running bjam from
the command line, but not in a way I can reproduce at present :-(
Thanks, John.