Boost logo

Boost :

From: Craig Rodrigues (rodrigc_at_[hidden])
Date: 2002-01-24 13:15:53


On Thu, Jan 24, 2002 at 10:03:58AM -0500, David Abrahams wrote:
> Go to BOOST_ROOT/status and "Jam" there; it will do what you want.

Doing that did nothing except for printing this message:
...found 8 targets...

I had to compile regression.cpp by hand (there should be a rule
for this in the Jamfile).

I then edited the compiler.cfg file, removed the -V 3.0.1 flag
from the Linux gcc section, and built with:

regression --compiler gcc

I've attached the regression results and the compiler build output.

I got one interesting compiler warning, which is new with gcc 3.1,
since 3.1 now includes <sstream>:

g++ -o boosttmp.exe -Wall -W -I.. ../libs/any/any_test.cpp -lrt
In file included from /opt2/gcc3.1/include/g++-v3/backward/strstream:51,
                 from ../libs/any/test.hpp:11,
                 from ../libs/any/any_test.cpp:11:
/opt2/gcc3.1/include/g++-v3/backward/backward_warning.h:32:2: warning: #warning
This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes,
or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.

-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc_at_[hidden]          



Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk