Compiling SDL for X11 under MacOS X

Hi all,

I’d like to compile SDL for X11 under MacOS X. But even if I use
"configue --with-x", SDL is not build for X11 but for Cocoa only.

How can I do that?–
Frederic Brunel

Hi all,

I’d like to compile SDL for X11 under MacOS X. But even if I use
"configue --with-x", SDL is not build for X11 but for Cocoa only.

How can I do that?

You’ll have to edit configure.in and add the function that checks
for X11 to the darwin section of the configure script.

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment