[XeTeX] How do I build xdvipdfmx (or xdv2pdf) on Windows?
Jjgod Jiang
gzjjgod at gmail.com
Fri Mar 7 17:59:23 CET 2008
Hi Jonathan and Bruno,
On Fri, 7 Mar 2008, Bruno Voisin wrote:
> Le 7 mars 08 à 16:05, Jonathan Kew a écrit :
> That's fine. Thanks for paying attention to this.
>
> In case that might help, here's a copy of the all the Terminal output of "sh
> build-xetex".
It's a known issue documented in various places (Fink project [1]) and
already fixed in a recent version of autoconf [2], a simple fix would be:
Index: build-xetex
===================================================================
--- build-xetex (revision 600)
+++ build-xetex (working copy)
@@ -38,6 +38,8 @@
rm -rf Work
find . -name config.cache -print -exec rm -f {} \;
+ac_cv_exeext=''
+
find . -name configure -exec chmod +x {} \;
# fix up symlink possibly lost in ViewVC's tarball generation :(
HTH.
- Jiang
[1]: http://archive.netbsd.se/?ml=fink-devel&a=2007-12&t=5954840
[2]: http://www.mail-archive.com/autoconf@gnu.org/msg16616.html
More information about the XeTeX
mailing list