[tex-live] [Dev-luatex] portability fixes for luatex

Taco Hoekwater taco at elvenkind.com
Tue Apr 29 10:04:00 CEST 2008


Hi,

Vladimir Volovich wrote:
> 
>  TH> libs/luafontforge/fontforge/inc/basics.h: what was the problem? You
>  TH> have commented out some typedefs, but these should be harmless.
>  TH> (Fontforge is upstream for me myself, so I prefer not to make
>  TH> changes to headers unlees absolutely necessary.)
> 
> i was getting errors:

Solved like this:

   #ifndef _AIX
   typedef int32_t		int32;
   typedef int16_t		int16;
   typedef int8_t		int8;
   #endif

For the other problem, there is a patch to web2c/coerce.h. All patched
code should be checked in by the time you read this.

Best wishes,
Taco



More information about the tex-live mailing list