Hello,
i begin in android development.
i try to install the library droidreader on Eclipse.
I'm working on Windows XP (32bit), eclipse helios, Android SDK,
Android NDK -r8b , Cygwin 1.7.
Downloaded sources :
- freetype-2.4.10
- jbig2dec-0.11
- jpegsr8d
- mupdf-1.1-source
- openjpeg-1.5.
in my android project:
i follow the step by step
http://code.google.com/p/droidreader/source/browse/tags/v0_5/README
and for the makefile, i take http://code.google.com/p/droidreader/source/browse/tags/v0_5/jni/Android.mk
Here is the tree of my project. I put in the sources in the folders
When i launch Cygwin
$ /../c/AffichePhoto/android-ndk-r8b/ndk-build
Compile thumb : pdfrender <= pdfrender.c
jni/pdfrender.c:32:19: fatal error: mupdf.h: No such file or directory
compilation terminated.
when i read the makefile, any awaited files from mupdf folder are missing
like pdf_open.c and i don't have fitzdraw folder...
can you give me the goog sources for mupdf?
Thanks.