Sebastian Bergmann wrote:

>c:\home\apache\httpd-2.0\srclib\pcre\pcre.c(118): error C2065:
>'NEWLINE': Undeclared identifier
>
>c:\home\apache\httpd-2.0\srclib\pcre\pcre.c(118): error C2099:
>Initialization is not a constant
>
>c:\home\apache\httpd-2.0\srclib\pcre\pcre.c(369): error C2065:
>'PCRE_UTF8': Undeclared identifier
>

Those look like some of the symbols introduced in the new version
of PCRE that I just imported.  They're defined in config.h, so
they'll likely require a "buildconf;configure;make clean".

--Brian



Reply via email to