I tried the binary executables of mudpf for linux on 5.7, but the glibc is not compatible.

I then tried to make from source:

[ykarant@localhost mupdf-0.9]$ make
    MKDIR build/debug
    CC build/debug/base_error.o
    CC build/debug/base_geometry.o
    CC build/debug/base_getopt.o
    CC build/debug/base_hash.o
    CC build/debug/base_memory.o
    CC build/debug/base_object.o
    CC build/debug/base_string.o
    CC build/debug/base_time.o
    CC build/debug/crypt_aes.o
    CC build/debug/crypt_arc4.o
    CC build/debug/crypt_md5.o
    CC build/debug/crypt_sha2.o
    CC build/debug/dev_bbox.o
    CC build/debug/dev_list.o
    CC build/debug/dev_null.o
    CC build/debug/dev_text.o
fitz/dev_text.c:8:10: error: #include expects "FILENAME" or <FILENAME>
fitz/dev_text.c: In function ‘fz_text_extract_span’:
fitz/dev_text.c:324: warning: implicit declaration of function ‘FT_Get_Advance’
make: *** [build/debug/dev_text.o] Error 1

Also, no go.  What did you do differently?

Yasha Karant

On 09/16/2011 09:24 AM, Stephen Isard wrote:
On Fri, 16 Sep 2011 08:08:21 +0100, Dr Andrew C Aitchison
<a.c.aitchi...@dpmms.cam.ac.uk>  wrote:

On Thu, 15 Sep 2011, Stephen Isard wrote:

Can anyone suggest a way to read Microsoft's XML Paper Specification (.xps)
files on SL5?
...
mupdf http://mupdf.com/ works on SL6
but I haven't tried building it on SL5.

Thanks for the pointer.  It does build and work on SL5.5 too.  Better than
gxps for displaying a .xps file on the screen without needing to convert it
to pdf first.  But if you do want to convert the file to pdf, or print it,
it's not immediately obvious whether mupdf can do that.  Maybe I just
haven't looked hard enough.

Stephen Isard

Reply via email to