Did anyone have any success getting a working development environment with SDL on Mac OS Snow Leopard?
The applications I compiled with Leopard work on Snow Leopard, but there some issues when compiling my projects in Snow Leopard.

There is an issue with SDLmain and doesn't work with the Snow Leopard SDK, so you need to add the following when compiling:
Code:
-XR/Developer/SDKs/MacOSX10.5u.sdk/ -k-macosx_version_min -k10.5
(The Tiger SDK is broken at the moment, I hope 10.6.2 or a new XCode version will fix that problem.)

But then I get a strange linking error that the frameworks (Cocoa and the SDL frameworks) could not be found. Can anyone help me or point me in the right direction?
The Cocoa framework is installed in /System/Library/Framework, the SDL frameworks in /Library/Frameworks

I also tried the latest FreePascal 2.5.1 (daily snapshot), same linking error there.