I used that Android.mk for pcre2.  The Android build references both pcre and 
pcre2:

1. make a symlink in jni folder

$ cd jni
$ ln -sf ../../jsrc .
$ ln -sf ../../hostdefs.
$ ln -sf ../../netdefs .
$ ln -sf ../../../../src/pcre .
$ ln -sf ../../../../src/pcre2 .
$ cd ..

2. build using ndk in the current folder

$ ndk-build

I tried using the same Android.mk with pcre, but it did not work well.

Thanks,
David Mitchell

On 8/9/2018 08:51, chris burke wrote:
https://github.com/jsoftware/base8/blob/master/regex/make/Android.mk

On Thu, Aug 9, 2018 at 2:17 AM David Mitchell <davidmitch...@att.net> wrote:

I have almost gotten this to build.  The last step I have is finding
Android.mk
for pcre.

Any help would be appreciated.

Thanks,
David Mitchell
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to