[XeTeX] Installing xetex in Linux

Apostolos Syropoulos asyropoulos at yahoo.com
Thu Dec 11 14:27:20 CET 2008


The following patch is supposed to solve the problems related to built-xetex:

--- build-xetex_old    2008-12-04 20:58:03.893761176 +0100
+++ build-xetex    2008-12-04 20:58:17.164242444 +0100
@@ -82,7 +82,7 @@
 
 # make libraries first (not handled by the xetex makefile)
 # we use "sort -r" to ensure zlib is built before teckit, which needs it
-LIBS=`find $WORKDIR/libs -type d -maxdepth 1 -mindepth 1 | sed -e "s/$WORKDIR\/libs\///" | sort -r`
+LIBS=`find $WORKDIR/libs/* -type d -prune | sed -e "s/$WORKDIR\/libs\///" | sort -r`
 if [ "`uname`" = "Darwin" ]; then
     # don't need xpdf on Darwin; we use Quartz
     LIBS=`echo "$LIBS" | grep -v 'xpdf'`

 
The patch was made by  Michael Krauss.

A.S.

----------------------
Apostolos Syropoulos
Xanthi, Greece
http://obelix.ee.duth.gr/~apostolo
http://asyropoulos.wordpress.com


      


More information about the XeTeX mailing list