Looks like the static version of freetype2 that Fink compiled itself somehow detected and tried to use a deprecated Carbon API for managing fonts.
There seems to be no easy way to fix this for now. I need to redo xetex.info because it has been trying to support Mac OS X 10.3 for years; it's not needed anymore. Also, xetex 0.996 is over 2 years old, so it deserves an upgrade. What is preventing me from keeping xetex up-to-date is that it has an exotic build system, partially based on autoconf but it has a lot of its own stuff. That said, I would like someone else to volunteer support for packaging xetex on Fink. I don't have the time. Regarding TeXlive, I've personally started using and highly recommend using TeXlive "as is" (without going through Fink). TeXlive "as is" comes with a package manager "tlmgr" that downloads and updates directly from CTAN using a network installer, hence the "live." Package managing texlive through Fink is redundant, and won't always give you the newest TeX packages. liulk On Sun, Apr 11, 2010 at 10:36 AM, Alexander Hansen <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 4/11/10 5:43 AM, Adrian Prantl wrote: >> Hello, >> >> Has anyone succeeded to run xetex on Snow Leopard (64 Bit)? >> I am getting the following error pasted below. >> Curiously, according to http://scripts.sil.org/xetex xtetx should be part of >> TexLive 2008, however, it does not seem to get installed through fink. >> > > Just because an upstream says that something should be part of its > sources doesn't mean that we actually include it. I've got the following: > > $ dlocate xetex > ... > texlive-texmf: /sw/share/texmf-dist/doc/generic/ifxetex > texlive-texmf: /sw/share/texmf-dist/doc/generic/ifxetex/README > texlive-texmf: /sw/share/texmf-dist/doc/generic/velthuis/xetex-examples.tex > texlive-texmf: /sw/share/texmf-dist/doc/generic/velthuis/xetex-misspaal.tex > texlive-texmf: /sw/share/texmf-dist/doc/generic/xetex-pstricks > texlive-texmf: /sw/share/texmf-dist/doc/generic/xetex-pstricks/README > texlive-texmf: /sw/share/texmf-dist/fmtutil/format.xetex.cnf > texlive-texmf: /sw/share/texmf-dist/tex/generic/ifxetex > texlive-texmf: /sw/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty > texlive-texmf: > /sw/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-xetex.def > texlive-texmf: /sw/share/texmf-dist/tex/generic/xetexconfig > texlive-texmf: > /sw/share/texmf-dist/tex/generic/xetexconfig/unicode-letters.tex > texlive-texmf: /sw/share/texmf-dist/tex/latex/pdfpages/ppxetex.def > > I'll cc the texlive maintainer as well. > >> cheers, >> Adrian >> >> gcc -pedantic -ansi >> -I/sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/Work/libs/freetype2 >> -I/sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/libs/freetype2/builds/unix >> -I/sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/libs/freetype2/include >> -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB >> "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY >> "-DFT_CONFIG_MODULES_H=<ftmodule.h>" >> -I/sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/libs/freetype2/src/base >> /sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/libs/freetype2/src/base/ftbase.c >> -o >> /sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/Work/libs/freetype2/ftbase.o >> In file included from >> /sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/libs/freetype2/src/base/ftbase.c:35: >> /sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/libs/freetype2/src/base/ftmac.c: >> In function 'FT_GetFile_From_Mac_Name': >> /sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/libs/freetype2/src/base/ftmac.c:155: >> warning: implicit declaration of function 'FMCreateFontFamilyIterator' >> /sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/libs/freetype2/src/base/ftmac.c:165: >> warning: implicit declaration of function 'FMGetNextFontFamily' >> /sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/libs/freetype2/src/base/ftmac.c:175: >> warning: implicit declaration of function 'FMGetFontFamilyName' >> /sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/libs/freetype2/src/base/ftmac.c:176: >> warning: implicit declaration of function 'CopyPascalStringToC' >> /sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/libs/freetype2/src/base/ftmac.c:179: >> warning: implicit declaration of function >> 'FMCreateFontFamilyInstanceIterator' >> /sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/libs/freetype2/src/base/ftmac.c:191: >> warning: implicit declaration of function 'FMGetNextFontFamilyInstance' >> /sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/libs/freetype2/src/base/ftmac.c:216: >> warning: implicit declaration of function >> 'FMDisposeFontFamilyInstanceIterator' >> /sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/libs/freetype2/src/base/ftmac.c:220: >> warning: implicit declaration of function 'FMDisposeFontFamilyIterator' >> /sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/libs/freetype2/src/base/ftmac.c:224: >> warning: implicit declaration of function 'FMGetFontContainer' >> /sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/libs/freetype2/src/base/ftmac.c: >> In function 'FT_GetFile_From_Mac_ATS_Name': >> /sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/libs/freetype2/src/base/ftmac.c:265: >> warning: implicit declaration of function 'ATSFontGetFileSpecification' >> /sw64/src/fink.build/xetex-0.996-1001/xetex-0.996/libs/freetype2/src/base/ftmac.c:279: >> error: 'FSSpec' has no member named 'vRefNum' > ... >> > > The fact that this is using its own freetype2 rather than Fink's is > probably problematic here. > > - -- > Alexander Hansen > Fink User Liaison > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAkvB3lUACgkQB8UpO3rKjQ9ZRQCeOkHTLYa/k3V3B1njOng3jcd1 > aIkAnRTjRWRPxmzz+pVBfg+5ytFCsw5r > =zTyW > -----END PGP SIGNATURE----- > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
