$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-11-02 13:44:18
Beman Dawes wrote:
> It looks like test is broken on Sun 5.9.
>
> Please fix immediately, or revert the change that caused the breakage.
I mentioned this yesterday, and added some additional #includes that fixed
things for Sun on Linux (all I can test with locally), but I don't think the
Solaris tests have been run since then? I've just added a #include of
stdlib.h as well since that's where mkstemp and friends live.
John.