[XeTeX] Building xetex issues?

Stephen Moye sgmoye at me.com
Mon May 3 16:45:22 CEST 2010


Actually, I have just found a older xetex source directory that has the install-xetex and rebuild-formats. The rebuild-xetex script looks ok as-is. I **think** the only change necessary for the install-xetex script would be to change references to the "Work" directory to the "build-xetex" directory. Is that correct?

Stephen Moye



On May 3, 2010, at 9:02 AM, Jonathan Kew wrote:

> On 3 May 2010, at 13:47, Stephen Moye wrote:
> 
>> I got the microtype version of xetex, and the build process seemed to go well until the very last few lines. Is this a fatal error?
> 
> Well, it prevented the compilation finishing, so you got no binary.... that seems fairly fatal! :)
> 
>> If so, how do I fix it?
>> 
>> %%==%%
>> 
>> sers/sgm/xetex/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:867: error: ‘ATSUGetAttribute’ was not declared in this scope
>> /Users/sgm/xetex/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:869: error: ‘FMGetATSFontRefFromFont’ was not declared in this scope
>> make: *** [libxetex_a-XeTeXLayoutInterface.o] Error 1
>> + ls -l /Users/sgm/xetex/build-xetex/texk/web2c/xetex
>> ls: /Users/sgm/xetex/build-xetex/texk/web2c/xetex: No such file or directory
>> 
> 
> I'm guessing that you're building on a Snow Leopard system, and so the Apple tools are defaulting to a 64-bit build, which is not supported for xetex on OS X.
> 
> If that's the case, try the following:
> 
>   export SDK_ROOT=/Developer/SDKs/MacOSX10.5.sdk/
>   export CC="gcc-4.0"
>   export CXX="g++-4.0"
>   sh build-xetex.sh
> 
> and see if that works better.
> 
> JK
> 
> 
> 
> 
> 
> --------------------------------------------------
> Subscriptions, Archive, and List information, etc.:
>  http://tug.org/mailman/listinfo/xetex




More information about the XeTeX mailing list