Boost logo

Boost :

From: John Maddock (jm_at_[hidden])
Date: 2002-09-15 06:19:38


> To see the current error messages:
> http://cci.lbl.gov/boost/results/1031929200/dailylog_irix_CC_test
> I believe this is just a symptom of not using the Boost.Compatibility
> library to get the appropriate names into namespace std.

Execution_monitor.cpp needs to include <cstring> without it the C string
API's aren't defined (at the moment it's relying on <string> to pull these
in, which it's not guaranteed to do). On the other hand, there are errors
from std::size_t as well so maybe that's not it. Is this just a case of
setting the include paths to include the compatibility lib then?

John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm


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