Hi All,
 
I am trying to build a PDFReader using MuPDF third party library. But as 
per steps given in ReadMe file of MuPDF android folder, we need to build 
MuPDF source to generate 'generated' directory. This generated dierectory 
is required for further compilation through ndk_build.
 
To build this source code in windows I have installed Cygwin, GnuMake, Gawk.
Tried executing make inside source folder of MuPDF where Makefile exists. 
On doing so, I am getting following error..
 
 
$ make

MKDIR build/debug

CC build/debug/ft_ftbase.o

/usr/bin/sh: cc: command not found

make: *** [build/debug/ft_ftbase.o] Error 127
Please help me in compilation of MuPDF source and to generate 'generated' 
directory ?
 

Thanks in advance.

Yogini

 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to