This patch contains two changes to allow building on MacOS X 10.1 1) A change to macosmodule.c that only enables the code using 'CGMainDisplayID' on MacOS X 10.2 and later, the function is not available on 10.1 2) Some conditional code in Mac/OSX/Makefile that chooses pbxbuild or xcodebuild depending on which one is on the system (prefering xcodebuild). I have barely tested these changes, they seem to work well enough on 10.1.
Logged In: YES user_id=45365 Ronald, I applied the Makefile portion of the patch. The macosmodule.c part I had already solved (but it was still sitting on my disk only) in a different way. Do you still have easy access to 10.1? If so: could you check that the 2.3 branch (and the 2.4 trunk) now builds on 10.1? If not: let me know and I'll try.