Boost logo

Boost Testing :

Subject: Re: [Boost-testing] Current satus of process_jam_log and compiler_status?
From: Nicola Musatti (Nicola.Musatti_at_[hidden])
Date: 2009-05-13 17:27:06


siliconman wrote:
> In article <gu7cb6$3gm$1_at_[hidden]>,
> Nicola Musatti <Nicola.Musatti_at_[hidden]> wrote:
>
>> What is the current status of the process_jam_log and compiler_status
>> tools? I've read the thread from early march in this newsgroup, but I
>> just tried the versions currently in trunk on a test run and, after a
>> very cursory inspection I have to admit, I haven't found the problems
>> described there...
>
> Care to share what you do?

Just what I always did... Checked out trunk, downloaded the latest bjam,
ran bjam in boost\tools\regression\build to build process_jam_log and
compiler_status, moved both executables in a directory in my path, then
run my old batch, basically:

bjam -a -l600 --v2 --dump-tests %* >bjam.log 2>&1
process_jam_log --v2 <bjam.log

if not defined JAMFILE set JAMFILE=Jamfile.v2
if not defined LOCATE_ROOT set LOCATE_ROOT=%BOOST_ROOT%

compiler_status --v2 --jamfile %JAMFILE% --locate-root %LOCATE_ROOT%
%BOOST_ROOT% cs-win32.html
compiler_status --v2 --ignore-pass --no-warn --jamfile %JAMFILE%
--locate-root %LOCATE_ROOT% %BOOST_ROOT% cs-win32-fail.html
cs-win32-links.html
compiler_status --v2 --ignore-pass --jamfile %JAMFILE% --locate-root
%LOCATE_ROOT% %BOOST_ROOT% cs-win32-warn-or-fail.html cs-win32-links.html
compiler_status --v2 --jamfile %JAMFILE% --locate-root %LOCATE_ROOT%
%BOOST_ROOT% cs-win32-full.html cs-win32-links.html

(Beware of wrapped lines)

Cheers,
Nicola

-- 
Nicola.Musatti <at> gmail <dot> com
Home: http://nicola.musatti.googlepages.com/home
Blog: http://wthwdik.wordpress.com/

Boost-testing list run by mbergal at meta-comm.com