Bug 692295

Summary: Android builder for MuPDF has missing C file in Core.mk
Product: MuPDF Reporter: Andrew Wyld <andrew.wyld>
Component: appsAssignee: Robin Watts <robin.watts>
Status: RESOLVED FIXED    
Severity: normal CC: robin.watts
Priority: P4    
Version: unspecified   
Hardware: Other   
OS: other   
Customer: Word Size: ---

Description Andrew Wyld 2011-06-21 15:10:19 UTC
On line 34 of Core.mk

	$(MY_ROOT)/fitz/dev_draw.c \

refers to a C file that is absent from the third party zip in the current distribution.  Googling the C file found it in a different fitz tree for another code project but inserting that C file into the build tree caused lots of errors.  It's not clear where this file is, or whether it should exist; doing a normal Unix-style build on the same source tree doesn't seem to cause problems with this file missing.

This and a couple of other bugs look as though the Android build system for mupdf is based on a different version of mupdf than the one it's shipped with.
Comment 1 Robin Watts 2011-07-04 14:02:07 UTC
Fixed now. Thanks.