29 Apr
2008
29 Apr
'08
8:20 a.m.
"TH" == Taco Hoekwater writes: TH> Solved like this: TH> #ifndef _AIX typedef int32_t int32; typedef int16_t int16; TH> typedef int8_t int8; #endif thanks, this will work; though a better approach would be to use autoconf to test if these types are defined. (but that's not critical, and needs to be done in the upstream fontforge sources to avoid maintenance difficulties). TH> For the other problem, there is a patch to web2c/coerce.h. All TH> patched code should be checked in by the time you read this. thank you. Best, v.