Hi,
>src/sljit/sljitNativeARM_32.c:340:28: error: 'compiler' undeclared (first use in this function)
> SLJIT_FREE(curr_patch, compiler->allocator_data);
> ^
>src/pcre2_jit_compile.c:60:61: note: in definition of macro 'SLJIT_FREE'
> #define SLJIT_FREE(ptr, allocator_data) pcre2_jit_free(ptr, allocator_data)
> ^
>src/sljit/sljitNativeARM_32.c:340:28: note: each undeclared identifier is reported only once for each function it appears in
> SLJIT_FREE(curr_patch, compiler->allocator_data);
> ^
>src/pcre2_jit_compile.c:60:61: note: in definition of macro 'SLJIT_FREE'
> #define SLJIT_FREE(ptr, allocator_data) pcre2_jit_free(ptr, allocator_data)
thank you for reporting this issue. It was a missing parameter. I fixed it in both PCRE and PCRE2.
Regards,
Zoltan