Osx mixer binary broken

Hi,
with no knowledge about SDL at all I’m trying to get Cube running on
MacOS X.3.9. After installing several libraries I’m stuck at:

dyld: /Users/towb/Desktop/cube/cube.app/Contents/MacOS/cube truncated or
malformed library:
/Users/towb/Desktop/cube/cube.app/Contents/MacOS/…/Frameworks/SDL_mixer.
framework/Versions/A/SDL_mixer (load command 2 fileoff plus filesize
extends past end of the library)

This was
http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.6.pkg.tar.
gz
Oh, and like all other SDL packages Apple Installer said: “errors
encountered, try again”.–
Tobias Weber

Hi,
with no knowledge about SDL at all I’m trying to get Cube running on
MacOS X.3.9. After installing several libraries I’m stuck at:

dyld: /Users/towb/Desktop/cube/cube.app/Contents/MacOS/cube
truncated or
malformed library:
/Users/towb/Desktop/cube/cube.app/Contents/MacOS/…/Frameworks/
SDL_mixer.
framework/Versions/A/SDL_mixer (load command 2 fileoff plus filesize
extends past end of the library)

This was
http://www.libsdl.org/projects/SDL_mixer/release/
SDL_mixer-1.2.6.pkg.tar.
gz
Oh, and like all other SDL packages Apple Installer said: “errors
encountered, try again”.

The one you get from installing the pygame package at http://
pythonmac.org/packages/ is known to work…

-bobOn May 22, 2005, at 4:19 PM, Tobias Weber wrote:

In article ,
Bob Ippolito wrote:

The one you get from installing the pygame package at http://
pythonmac.org/packages/ is known to work…

And it does. Thanks!–
Tobias Weber