On Wed, 2018 Aug 29 09:28+0100, [email protected] wrote: > > That's odd - SVN seems to have it: > > $ svn status -u testdata/testoutput8-16-4 > Status against revision: 991 > > AHA! There is a typo in the Makefile.am file in the list of additional > files to add to the distribution. It lists testoutput8-16-3 twice. > This has been there since 10.21 (2.5 years old) but nobody seems to > have noticed. I don't suppose many people build in that configuration. > I have fixed it and committed the patch, so it will be in the 10.32 > release.
Thanks Philip. I neglected to mention that I was building from a tarball produced from SVN, rather than building from SVN directly. One more thing... in building and testing on Windows, I'm seeing test 2 failing consistently with this diff: --- pcre2-10.32-RC1/testdata/testoutput2 2018-08-06 17:28:15.000000000 -0400 +++ pcre2-build/testout8/testoutput2 2018-08-29 17:04:34.190959800 -0400 @@ -16632,7 +16632,7 @@ Failed: error 194 at offset 5: invalid hyphen in option setting # End of testinput2 -Error -70: PCRE2_ERROR_BADDATA (unknown error number) +Error -65: internal error - duplicate substitution match Error -62: bad serialized data Error -2: partial match Error -1: no match The RunTest.bat script makes no mention of an error -70; might it need updating? --Daniel P.S.: Please Cc: me on any replies, as I am not subscribed to this list. -- Daniel Richard G. || [email protected] My ASCII-art .sig got a bad case of Times New Roman. -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
