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

Pàgina inicial
Delete this message
Autor: Sheri
Data:  
A: pcre-dev
Assumpte: Re: [pcre-dev] 7.4-RC1 test release
Daniel Richard G. wrote:
> 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]
>

I didn't get that in my output.
>
> 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 :(
>
>

That's too bad. It ought at least to be updated for anycrlf and the new
bsr_anycrlf/bsr_unicode.

I peeked at the pcrecpp source code and it doesn't support all the
newline values either.

Regards,
Sheri