$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] How to get a summary of errors and warnings from bjam build?
From: Vladimir Prus (ghost_at_[hidden])
Date: 2012-12-04 06:55:02
On 04.12.2012 15:51, Paul A. Bristow wrote:
> Is the any way to get a **summary** of the result of a bjam/jamfile build of all the examples in a /example or /test folder?
>
> I'd find very useful a count of errors and separately of warnings, and a message listing them at the end of the run.
>
> And some way to test these in a .bat file.
>
> At the moment I am searching log files for strings like"error", " error generated"
(annoying different for each compiler type L )
Hi Paul,
I am afraid there's no such solution - and such solution would have to count those strings as well, and so likely
be hard to get 100% accurate.
- Volodya