[XeTeX] libkpathsea not found when compiling xdvipdfmx on OS X (Intel)
Bruno Voisin
bvoisin at mac.com
Fri Oct 6 15:55:52 CEST 2006
Le 6 oct. 06 à 14:46, Jonathan Kew a écrit :
> I know this is where gwTeX puts the library, but it's not a standard
> system location and so configure doesn't find it automatically. Try
>
> configure --with-kpathsea=/usr/local/teTeX
>
> and it should find the library.
>
> You'll probably also have to tell it where to find Freetype2, unless
> you've installed a package that puts the library and headers in a
> standard place. I point it to the library and headers in my xetex
> tree, e.g.:
>
> configure --with-kpathsea=/usr/local/teTeX
> --with-ft2lib=/Volumes/Beta/xetex/Work/libs/freetype2/.libs/
> libfreetype.a
> --with-ft2include=/Volumes/Beta/xetex/libs/freetype2/include
>
> (all as a single line, split here for readability; you'll need to
> change the paths, of course).
Thanks for your hints. These were, of course, the right route to follow!
With gwTeX, the invocation turns out to be:
configure
--with-kpathsea=/usr/local/teTeX
--with-ft2lib=/usr/local/lib/libfreetype.a
--with-ft2include=/usr/local/include/freetype2
Thanks again for your help.
Bruno
More information about the XeTeX
mailing list