Szerző: Philip Hazel Dátum: Címzett: xgl001 CC: pcre-dev Tárgy: Re: [pcre-dev] pcretest in 8.20
On Fri, 4 Nov 2011, xgl001 wrote:
> Windows (32-bit) building PCRE as a DLL.
> We have defined a few non-default values in config.h.
I guess you are not building via Configure or CMake, both of which
should get it right.
> That's where I broke it, thank you. I did not understand that dummy
> functions would be provided when SUPPORT_JIT was not defined.
> I'm not (yet) using the new JIT functionality so I did not include
> pcre_jit_compile.c in the build at all. Thus my unresolved externals.
I guessed (after I posted) that that might be the issue. Good. I'm glad
it's all sorted.
> On the other hand it seems pcretest may currently be the only reason to
> use pcre_jit_compile.c with the base library.