1

I would like to compile MuPdf for Android following these Steps. I stuck at building the native code libraries. Following error appears:

"Compile thumb : mupdfcore <= pdf_cmap_table.c
jni/../../pdf/pdf_cmap_table.c:5:35: fatal error:
../generated/cmap_cns.h: No such file or directory compilation terminated. make: ***
[obj/local/armeabi/objs/mupdfcore/__/__/pdf/pdf_cmap_table.o] Error 1

I suppose this file has to be generated, because the command "make generate" shows me following line:

GEN generated/cmap_cns.h ;  ./build/debug/cmapdump
generated/cmap_cns.h

It doesn't throws any errors.

I searched my whole hard drive for this file, i can't find it and there is also no generated folder.

Further info:

OS: Win7 Make Command: http://gnuwin32.sourceforge.net/packages/make.htm

4

1 回答 1

1

尝试这个:

make generate NOX11=yes

和/或:

http://nondroid.blogspot.com/2012/06/mupdf-android-library-build.html

于 2013-08-16T17:59:51.350 回答