From: Giovanni Bajo (giovannibajo_at_[hidden])
Date: 2002-05-09 16:19:18


----- Original Message -----
From: "Beman Dawes" <bdawes_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Thursday, May 09, 2002 3:57 PM
Subject: [boost] Fresh Win32 regression tests

> See http://boost.sourceforge.net/regression-logs/cs-win32-diff.html
>
> For logs, http://boost.sourceforge.net/regression-logs/win32.zip

Under Comeau, regex_test and wregex_test both use <dirent.h> which is a
POSIX include file. Might be a problem related to the internal regex
configuration. Anyway, the alternative seems to be #include <windows.h>
which doesn't work as well as we saw. Any idea?

Also, I checked all the other tests that fail with Comeau, and most of them
are issues related to libcomo (rather than the compiler). I'm notifying
Comeau support about it.

Giovanni Bajo