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

Top Page
Delete this message
Author: Philip Hazel
Date:  
To: ValtsS
CC: Pcre-dev
Subject: Re: [pcre-dev] how to build it with mingw 4.6.1 ?
On Mon, 12 Sep 2011, Valts Silaputnins wrote:

> 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:


I suspect this may just be PCRE running out of stack. This is a
perennial problem, expecially on Windows systems. Please read the
"pcrestack" documentation page for more information. Also try
--disable-stack-for-recursion when building ... this makes it use the
heap instead, but it runs more slowly. See also the section "STACK SIZE
IN WINDOWS ENVIRONMENTS" in the NON-UNIX-USE file.

Philip

--
Philip Hazel