Re: [pcre-dev] 7.4-RC1 test release

Αρχική Σελίδα
Delete this message
Συντάκτης: Daniel Richard G.
Ημερομηνία:  
Προς: pcre-dev
Αντικείμενο: Re: [pcre-dev] 7.4-RC1 test release
Hi Philip,

On Thu, 2007 Sep 13 10:39:21 +0100, Philip Hazel wrote:
>
> I would like to release 7.4 at the end of next week - and definitely
> before the end of September, so I'd be grateful if people could run a
> few tests as soon as convenient.


Stackless mode is broken.

$ ./configure --disable-stack-for-recursion
[...]
$ make
[...]
pcre_exec.c: In function 'match':
pcre_exec.c:4253: error: label 'L_RM46' used but not defined
pcre_exec.c:4253: error: label 'L_RM45' used but not defined
pcre_exec.c:4253: error: label 'L_RM44' used but not defined
pcre_exec.c:4253: error: label 'L_RM42' used but not defined
pcre_exec.c:4253: error: label 'L_RM41' used but not defined
[several more such errors follow]


P.S.: Sheri, I'm afraid I won't be able to look into the CMake issues
anytime soon. Circumstances are requiring me to move again :(


--Daniel