[pcre-dev] how to build it with mingw 4.6.1 ?

Top Page
Delete this message
Author: Valts Silaputnins
Date:  
To: Pcre-dev
Subject: [pcre-dev] how to build it with mingw 4.6.1 ?
Greetings,

tried versions 8.12 and 8.13 using 32bit mingw 4.6.1 compiler. Well it
builds more or less fine. But test crashes. More specifically testinput2
lines that contain:

/\( (?: [^()]* | (?R) )* \)/x
(0(0(0(0( [etc.etc.]

They seem to be the issue. Not sure what extra information might be
needed. Called configure this way:

./configure --enable-utf8 --enable-unicode-properties
- --enable-newline-is-any --enable-rebuild-chartables --disable-cpp
- --enable-static --disable-shared

I don't know what exactly goes wrong.

Tried to use gdb to get stack trace, sadly it doesn't look good for some
reason:

Program received signal SIGSEGV, Segmentation fault.
0x7771e45a in ntdll!RtlAddAccessDeniedObjectAce () from
C:\Windows\system32\ntdll.dll
(gdb) info stack
#0 0x7771e45a in ntdll!RtlAddAccessDeniedObjectAce () from
C:\Windows\system32\ntdll.dll
#1 0x00000000 in ?? ()

Best regards,
Valts.