$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-01-27 08:55:58
On Sunday 27 January 2002 08:03 am, you wrote:
> I've kept out of this so far, but the dashboard idea does look pretty good
> to me IMO. What are the FreeBSD problems BTW? I had thought that the
> config was about right for that platform?
It really isn't a problem with Regex's config, but a problem with FreeBSD
3.4: the libraries have no wide character support. Regex handles this
properly by not building any of the wide character support, but a testcase
such as wregress will always fail on the platform through no fault of regex.
wide_posix_api_check (both C and C++ versions) will also fail consitently on
FreeBSD 3.4.
Doug