On Tue, May 30, 2017 at 10:22 PM, Ævar Arnfjörð Bjarmason
<ava...@gmail.com> wrote:
> On Tue, May 30, 2017 at 5:44 PM, Johannes Schindelin
> <johannes.schinde...@gmx.de> wrote:
>> pu does not build for me:
>>
>> 2017-05-30T11:38:50.0089681Z libgit.a(grep.o): In function `pcre1match':
>> 2017-05-30T11:38:50.0289250Z .../grep.c:411: undefined reference to 
>> `__imp_pcre_jit_exec'
>> 2017-05-30T11:38:50.0329160Z collect2.exe: error: ld returned 1 exit
>> status
>
> Ouch, looks like I've missed some spot in my pcre1 jit series. What's
> the PCRE version you have? This is somehow doing the wrong thing with
> this bit in grep.h:
>
>     #include <pcre.h>
>     #ifdef PCRE_CONFIG_JIT
>     #if PCRE_MAJOR >= 8 && PCRE_MINOR >= 32
>     #define GIT_PCRE1_USE_JIT
>     [...]

I've found what the problem is myself. I'll submit a new version of
the series that fixes this.

Reply via email to