>>>>> "Joacim" == Joacim Persson <[EMAIL PROTECTED]> writes:
Joacim> src/include/Regexp.h won't compile (Linux, egcs) From my
Joacim> /usr/include/regexp.h: /* POSIX says that <sys/types.h> must
Joacim> be included (by the caller) before <regex.h>. */
Joacim> --- Regexp.h.old Fri Jan 29 02:45:46 1999 +++ Regexp.h Fri Jan
Joacim> 29 02:46:07 1999 @@ -21,6 +21,7 @@
Joacim> // Some structure in regex.h decleares pair so it must // be
Joacim> placed before pair.h (Lgb) +#include <sys/types.h> #include
Joacim> <regex.h> #include <pair.h> #include "LString.h"
Hmmm, shouldn't there be a test for HAVE_SYS_TIME_H? I'll have to have
a look at GNU source using regex.h...
Joacim> Next problem seems to have to do with LString, I don't know
Joacim> what to do about it
I advise that you configure with --with-included-string for now. Lars
made STL string the default (on compilers that have reasonable
support) but this is broken currently.
JMarc