$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_maddock_at_[hidden])
Date: 2002-09-16 06:33:49
The updated linux regression tests are at:
http://boost.sourceforge.net/regression-logs/cs-linux.html
There are a number of failures that could be fixed:
The date-time library isn't building with gcc2.95 or Borland's Kylix, there
are two issues: the constructor for bad_weekday is causing problems, and for
gcc2.95 the Jamfile is buggy:
currently you have:
local DATE_TIME_INCLUDES = <include>$(BOOST_ROOT)
<sysinclude>$(BOOST_ROOT)
<include>../../..
<include>../../../boost ;
when really only
local DATE_TIME_INCLUDES = <include>$(BOOST_ROOT)
would probably do, the last of these (<include>../../../boost ) is causing
particular problems though, as it's causing gcc to find the directory
boost/utility rather than the std header <utility>.
iostate is failing with gcc2.95+stlport with an exception.
Iterator_adapter_test is generating an STLport internal assertion.
that's all for now...
John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm