Re: [ft-devel] freetype 2.3.6 compile error on Mac 10.4

2008-06-25 Thread mpsuzuki
Hi, Now I guess Xcode 2.5 defines MAC_OS_X_VERSION_10_5 but without almost data types (and macros) introduced since Mac OS X 10.5. The 10.4u SDK in my G4 PowerBook Mac OS X 10.4 was Xcode 2.4.1. Accoring to Apple's Xcode site, Xcode 2.5 is described as: This release is recommended for

Re: [ft-devel] freetype 2.3.6 compile error on Mac 10.4

2008-06-25 Thread Sean McBride
On 6/25/08 2:14 AM, [EMAIL PROTECTED] said: I've checked my G4 PowerBook with Mac OS X 10.4.11 + 10.4u SDK, its header file does not define the macro MAC_OS_X_VERSION_10_5. But 10.4u SDK bundled in 10.5 defines it. Apple often updates their SDKs between releases of Xcode and OSes, which explains

Re: [ft-devel] freetype 2.3.6 compile error on Mac 10.4

2008-06-25 Thread Werner LEMBERG
I have attached a patch. Suzuki-San, can you review and commit? Thanks for your work (which I can't further comment) -- however, please use the `-u' switch of the `diff' program next time; it makes the diff (a) more readable and (b) provides some context so that the possibility of a false

Re: [ft-devel] freetype 2.3.6 compile error on Mac 10.4

2008-06-24 Thread mpsuzuki
Dear Sir, Thank you for reporting the issue. Your patch is designed to enable 10.5 stuff when built by 10.4u SDK? Or, designed to disable 10.5 stuff? Anyway, the insertion of parentheses improves the readability. Within 24 hours I fill fix. Regards, mpsuzuki On Mon, 23 Jun 2008 22:24:33 -0700

[ft-devel] freetype 2.3.6 compile error on Mac 10.4

2008-06-23 Thread Garrick Meeker
I'm not sure about this, but it seems that the #if stuff for 10.5 in ftmac.c doesn't work, but it works some some extra parentheses. I'd assume the preprocessor uses the usual precedence rules but I don't see that in the spec. Anyway, this patch seems to improve things with the 10.4u