Re: [pcre-dev] PCRE 7.5-RC2 Release candidate

Top Page
Delete this message
Author: Sheri
Date:  
To: pcre-dev
Subject: Re: [pcre-dev] PCRE 7.5-RC2 Release candidate
Sheri wrote:
> Sheri wrote:
>
>> I tried building my own readline in Msys (downloaded current version
>> 5.2) but I ran into problems with undefined references (something like
>> undefined reference to tput)
>>
>> So I went back to the 5.0 windows binaries I had previously downloaded.
>> Rebuilt pcre in Msys using cmakesetup to create a verbose makefile,
>> including my usual options (plus enable readline support). After it
>> bombed trying to link pcretest to readline.dll, I manually linked
>> pcretest to readline5.dll instead. Runtest.bat still gets all the
>> failures previously noted. Does Runtest.bat achieve expected results on
>> Linux and other non-Windows OS's when readline support is enabled? As
>> before, only tests 1, 2, 3, 7 and 10 are free of exceptions here.
>>
>> Regards,
>> Sheri
>>
>>
>>
>>
> FWIW, I verified that readline's key bindings are working for editing
> pcretest input in my Windows command shell.
>
> Regards,
> Sheri
>
>
>

I believe that all of the failures in my test output (produced using the
pcretest program with readline support) are for tests that include the
utf8 option.

Regards,
Sheri