Osx and powerpc

I have searched everywhere but cannot find the information I am looking for regarding osx 10.5 ppc systems.

http://wiki.libsdl.org/Introduction
This page just says it supports OSX, but no indication of which versions it supports.

What does it take to get or make an SDL2 library that will run on osx 10.5 with a powerpc processor?

What does it take to get or make an SDL2 library that will run on osx
10.5 with a powerpc processor?

Mostly? An old version of XCode.

Our buildbot still builds SDL 2.0 for PowerPC Mac OS X. But we’re likely
to drop support for this target sooner or later, as it’s getting
increasingly difficult to support it.

(We build it with the Unix configure scripts, not the Xcode project
files, and no one is testing if the binaries actually work, just that
they compile.)

–ryan.

Hi,

We have a precompiled SDL2.framework for x86, ppc, and x86_64 found here:

It is revision 70b305e09b4e which is somewhere between 2.0.0 and
2.0.1. Also, if you look in the lib/patches directory, you’ll see two
patches I applied to SDL2 to be able to compile this with OSX 10.4
compatibility against this revision.

It has been tested and known to work on a 10.5 and a 10.4 ppc machine.
But admittedly the test user base is shrinking dramatically…

Hope this helps,
DOn Mon, Dec 23, 2013 at 5:07 PM, Ryan C. Gordon wrote:

What does it take to get or make an SDL2 library that will run on osx
10.5 with a powerpc processor?

Mostly? An old version of XCode.

Our buildbot still builds SDL 2.0 for PowerPC Mac OS X. But we’re likely to
drop support for this target sooner or later, as it’s getting increasingly
difficult to support it.

(We build it with the Unix configure scripts, not the Xcode project files,
and no one is testing if the binaries actually work, just that they
compile.)

–ryan.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

D B wrote:

Hi,

We have a precompiled SDL2.framework for x86, ppc, and x86_64 found here:
https://code.google.com/p/bitfighter/source/browse/#hg%2Flib

It is revision 70b305e09b4e which is somewhere between 2.0.0 and
2.0.1. Also, if you look in the lib/patches directory, you’ll see two
patches I applied to SDL2 to be able to compile this with OSX 10.4
compatibility against this revision.

It has been tested and known to work on a 10.5 and a 10.4 ppc machine.
But admittedly the test user base is shrinking dramatically…

Hope this helps,
D


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

What platform and osx version did you do the compile on?
I understand you probably used the unix style configure and build. What were the commands you gave for the build process?

I currently use autotools on a cross platform game I am working with and build on osx just like on i build on the other platforms. I made a custom autotools check that checks for the existence of a library with the -framework option to gcc. (Its a modified form of the -l checks for libraries)

Also, I have a G5 powerpc mac that I would be willing to do some testing with for SDL2. It is on osx 10.5.8

I applied the two patches in the ‘patches’ sub-directory against revision
70b305e09b4e. I then just used the Xcode project to do a ‘Release’ compile.

I used Xcode 3.2.x on OSX 10.6. This is a system I keep around for just
this purpose. As far as I know, no newer version of Xcode will compile in
this manner.On Tue, Dec 24, 2013 at 12:06 PM, uglyoldbob <thomas.epperson at gmail.com>wrote:

D B wrote:

Hi,

We have a precompiled SDL2.framework for x86, ppc, and x86_64 found here:
https://code.google.com/p/bitfighter/source/browse/#hg%2Flib

It is revision 70b305e09b4e which is somewhere between 2.0.0 and
2.0.1. Also, if you look in the lib/patches directory, you’ll see two
patches I applied to SDL2 to be able to compile this with OSX 10.4
compatibility against this revision.

It has been tested and known to work on a 10.5 and a 10.4 ppc machine.
But admittedly the test user base is shrinking dramatically…

Hope this helps,
D


SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

What platform and osx version did you do the compile on?
I understand you probably used the unix style configure and build. What
were the commands you gave for the build process?

I currently use autotools on a cross platform game I am working with and
build on osx just like on i build on the other platforms. I made a custom
autotools check that checks for the existence of a library with the
-framework option to gcc. (Its a modified form of the -l checks for
libraries)

Also, I have a G5 powerpc mac that I would be willing to do some testing
with for SDL2. It is on osx 10.5.8


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org