mupdf - make could not find find header file

335 views Asked by At

I am trying to build a mupdf-Lib for my Android App. I have done every step of this documentation

By using ndk-build the console tells me that the thirdparty-lib openjpeg.h could not be found.

CC build/debug/fitz/load-jpx.o
source/fitz/load-jpx.c:11:22: schwerwiegender Fehler: openjpeg.h: No such file or directory
#include <openjpeg.h>

The lib is in the Thirdparty folder in newest version. I also tried it with different versions of mupdf and openjpeg. Also tried it on native ubuntu and cygwin. Has anyone run into an similar problem?

I would be pleased to hear from you :-)

0

There are 0 answers