7 Jan
2009
7 Jan
'09
8:18 a.m.
Jeremy Huddleston wrote: []
If you build against 10.5 SDK, it will not work on 10.4, but will work on any version of 10.5.x and any version from http://xquartz.macosforge.org
At least, that's the theory. A quick look seems to tell me that it is not true: libXdamage has compatibility_version 2.0.0 only in the MacOSX10.5.sdk that comes with Xcode-3.0; starting from Xcode-3.1, it switched to compatibility_version 3.0.0. This means that you need to get Xcode-3.0 in order for this to work on any version of 10.5.x. And, BTW, the MacOSX10.4u.sdk does not contain any version of libXdamage. -- Martin