Domanda

I am compiling mupdf 1.2 from here it does not have any sub directory generated but when I try to compile uding

 $ndk-build

in cygwin this error occurs

 jni/../../pdf/pdf_cmap_table.c:5:35: fatal error: ../generated/cmap_cns.h: 
 No such file or directory compilation terminated.
 /cygdrive/c/android-ndk-r8e/build/core/build-binary.mk:269: recipe for target 
 `obj/local/armeabi/objs/mupdfcore/__/__/pdf/pdf_cmap_table.o' failed
 make: *** [obj/local/armeabi/objs/mupdfcore/__/__/pdf/pdf_cmap_table.o] Error 1
È stato utile?

Soluzione

I have solved the problem by first compiling the third-party libraries using visual studio...

just follow steps on this link

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top