$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-04-10 03:22:40
On Sunday 09 April 2006 11:20, Rene Rivera wrote:
> Update of /cvsroot/boost/boost/tools/build/v2/tools
> In directory
> sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5985/tools/build/v2/tools
>
> Modified Files:
> common.jam
> Log Message:
> Only show tool not found warnings when dubgging configuration. This is to
> prevent spurious warnings when trying to set up varied tools and they are
> not usually available on a given platform.
I'd say this is overkill, as it hides *all* warning, not just warnings from
not found 'windres' on Windows. Say, if you specify
"C:/not-existing-path/bin/cl.exe" as path to msvc on Windows, I think it's
still better to issue warning.
On the other hand, in case of compiler you'll get "command not found" error
from shell anyway, so maybe we can try going with "no warnings unless
--debug-conguration" login for a while.
- Volodya