Just FYI. A user-defined setting MACOSX_DEPLOYMENT_TARGET_ppc in the example project for Mac was set to 10.3, which gave some compile errors. I changed this setting to 10.4 and got a nice clean build.
Are you working on 10.6? That flag shouldn’t cause any problems on 10.5.
Same here on 10.6.2,
Maybe it’s possible to update the example ?
Salvator
That is because xcode 3.2(of 10.6) doesn’t build for ppc architecture. It should work for 10.5 and lower versions of the OS. It’s better to remove the flag. I don’t thing many guys use 10.3.
Sorry, I should have added that I am working on 10.5 with XCode 3.1.4.
That is odd. Never had to face problems with that flag on 10.5. May be because I didn’t work for too long on 10.5. It’s worth removing the flag of from the project.