29 Apr
2008
29 Apr
'08
10:04 a.m.
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