Closed BruceChar closed 1 year ago
You didn't miss something; I did. I recently noticed that the file pcre2_chkdint.c
was missing from the source files listed in NON-AUTOTOOLS-BUILD. I think that is the cause of your problem. (It is a fairly recent addition to the source.)
Yup! It does work with pcre2_chkint.c
. But strange that I once built successfully with the same version a few days ago. But it fails these days and never be success any more.
You must be building from the Git repository source, because that file was only introduced recently, and is not in the 10.42 release. So perhaps you previously copied the source before that file was created.
OS: Macos M2 pcre2: latest as a git submodule I want to use pcre2 in my rust library as FFI binding. I build manually as following:
It does generate the
libpcre2.a
in my target dir, but with following error message:Did missing something?