$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2002-01-29 07:07:15
>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.
OK, yes I guess I should change the wide character regex test programs to
do nothing in that case, especially now that the config has it's own test
cases....
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/