Bug 692295 - Android builder for MuPDF has missing C file in Core.mk
Summary: Android builder for MuPDF has missing C file in Core.mk
Status: RESOLVED FIXED
Alias: None
Product: MuPDF
Classification: Unclassified
Component: apps (show other bugs)
Version: unspecified
Hardware: Other other
: P4 normal
Assignee: Robin Watts
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-21 15:10 UTC by Andrew Wyld
Modified: 2011-07-04 14:02 UTC (History)
1 user (show)

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.