SDL_mixer on Mac os 9.1

Hello,
I am the project leader of TuxTyping and I am trying to port TuxTyping and other SDL applications to Mac Os Classic. I am not a mac expert, but I have gotten SDL, SDL_image, SDL_ttf installed for use with MPW.

But unfortunately I cannot figure out how to get SDL_mixer to work (lib & include are installed).

I get the following when I try to do a build within MPW:

Error: File “SDL_mixer.o”

Reference to unresolved symbol “.TuneSetVolume”

Error: File “SDL_mixer.o”

Reference to unresolved symbol “.TuneStop”

Error: File “SDL_mixer.o”

Reference to unresolved symbol “.TuneUnroll”

Error: File “SDL_mixer.o”

Reference to unresolved symbol “.TuneGetStatus”

Error: File “SDL_mixer.o”

Reference to unresolved symbol “.TuneSetTimeScale”

Error: File “SDL_mixer.o”

Reference to unresolved symbol “.TuneSetHeader”

Error: File “SDL_mixer.o”

Reference to unresolved symbol “.TunePreroll”

Error: File “SDL_mixer.o”

Reference to unresolved symbol “.TuneQueue”#

Unresolved external references:

.TuneSetVolume

.TuneStop

.TuneUnroll

.TuneGetStatus

.TuneSetTimeScale

.TuneSetHeader

.TunePreroll

.TuneQueue

I grabbed:?SDL_mixer-devel-1.2.4-PPC.sea.bin

It doesn’t mention any prereqs for mac os classic (or the library’s page at libsdl.org)

It seems to have something to do with Quicktime. I uninstalled Quicktime 6, and installed Quicktime 5, but still I have the problem.

I am creating a document about using SDL within MPW, and will add this information to the document!

Thanks,
Jesse Andrews
Tux4Kids

Hello,
I am the project leader of TuxTyping and I am trying to port TuxTyping and other SDL applications to Mac Os Classic. I am not a mac expert, but I have gotten SDL, SDL_image, SDL_ttf installed for use with MPW.

But unfortunately I cannot figure out how to get SDL_mixer to work (lib & include are installed).

I get the following when I try to do a build within MPW:

Error: File “SDL_mixer.o”

Reference to unresolved symbol “.TuneSetVolume”

Error: File “SDL_mixer.o”

Reference to unresolved symbol “.TuneStop”

Error: File “SDL_mixer.o”

Reference to unresolved symbol “.TuneUnroll”

Error: File “SDL_mixer.o”

Reference to unresolved symbol “.TuneGetStatus”

Error: File “SDL_mixer.o”

Reference to unresolved symbol “.TuneSetTimeScale”

Error: File “SDL_mixer.o”

Reference to unresolved symbol “.TuneSetHeader”

Error: File “SDL_mixer.o”

Reference to unresolved symbol “.TunePreroll”

Error: File “SDL_mixer.o”

Reference to unresolved symbol “.TuneQueue”

Unresolved external references:

.TuneSetVolume

.TuneStop

.TuneUnroll

.TuneGetStatus

.TuneSetTimeScale

.TuneSetHeader

.TunePreroll

.TuneQueue

I grabbed:??SDL_mixer-devel-1.2.4-PPC.sea.bin

It doesn’t mention any prereqs for mac os classic (or the library’s page at libsdl.org)

It seems to have something to do with Quicktime. I uninstalled Quicktime 6, and installed Quicktime 5, but still I have the problem.

I am creating a document about using SDL within MPW, and will add this information to the document!

Thanks,
Jesse Andrews
Tux4Kids


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl
On Fri, 3 Jan 2003, Jesse David Andrews wrote:

I get the following when I try to do a build within MPW:

Unresolved external references:

.TuneSetVolume

.TuneStop

.TuneUnroll

.TuneGetStatus

.TuneSetTimeScale

.TuneSetHeader

.TunePreroll

.TuneQueue

These look like QuickTime symbols. SDL_mixer uses QuickTime for midi
playback. Make sure you are linking to QuickTime (“QuickTimeLib”) in
your makefile.On Saturday, January 4, 2003, at 03:01 PM, sdl-request at libsdl.org wrote:

From: “Jesse David Andrews”
To: sdl at libsdl.org
Date: Fri, 03 Jan 2003 18:16:56 -0500
Subject: [SDL] SDL_mixer on Mac os 9.1
Reply-To: sdl at libsdl.org

Thanks a million! I had tried many things from using QT6_SDK.hqx to installing every version of quicktime, to …

My current SDL & MAC howto is located at:
http://tux4kids.net/~jdandr2/macsdl.html

It is mostly so far just getting everything set up, but as Tux Typing, Tux Math, and Tux Paint all need ported, I will probably have more information for it.

Jesse Andrews> ----- Original Message -----

From: walisser@mac.com (Darrell Walisser)
To: sdl at libsdl.org
Date: Sat, 4 Jan 2003 16:37:35 -0500
Subject: Re: [SDL] SDL_mixer on Mac os 9.1

On Saturday, January 4, 2003, at 03:01 PM, sdl-request at libsdl.org wrote:

From: “Jesse David Andrews” <@Jesse_David_Andrews>
To: sdl at libsdl.org
Date: Fri, 03 Jan 2003 18:16:56 -0500
Subject: [SDL] SDL_mixer on Mac os 9.1
Reply-To: sdl at libsdl.org

I get the following when I try to do a build within MPW:

Unresolved external references:

.TuneSetVolume

.TuneStop

.TuneUnroll

.TuneGetStatus

.TuneSetTimeScale

.TuneSetHeader

.TunePreroll

.TuneQueue

These look like QuickTime symbols. SDL_mixer uses QuickTime for midi
playback. Make sure you are linking to QuickTime (“QuickTimeLib”) in
your makefile.


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl