[SDL] SDL 1.2.12 & Leopard (target 10.3.9 or better)
Gabriele Greco
gabriele.greco at darts.it
Tue Nov 20 06:32:21 PST 2007
E. Wing wrote:
> Second, if you are serious about running on 10.3, you should set the
> min version to 10.3
> -mmacosx-version-min=10.3
>
10.3 and gcc 3.3 are needed only if you want to be compatible with
10.3.x with x < 9, I need only the 10.3.9 compatibility, so I use
-mmacosx-version-min=10.4
and the universal binary SDK (I've read this in an apple dev note, unfortunately I cannot find it right now...).
This anyway WORKS perfectly if I compile on a 10.4 machine but STOP
working if the build system is 10.5 :(
> Have you tried using our SDL template projects and building the
> default application there and running it on 10.3.9? (I haven't tried
> it recently so I don't know if it works.) I think we had set it up so
> binaries produced would work as far back as 10.2 though.
>
No, cause I don't use xcode but a simple makefile, the minimal example
I posted (empty main) don't work, the program crashes inside SDLMain.m
(in CustomApplication()).
Maybe the method I used to build universal libraries was wrong and
worked just as "side effect" on 10.4? :)
Bye,
Gabry
More information about the SDL
mailing list