ARGH SDL_Mixer not compiling in OSX?

Here is the message I get now. I am confused but thought headers were
libs? Also if they aren’t then why didn’t I get them with the dev
package of sdl_mixer? What would be an ext on the lib for sdl_mixer?

dyld: /Volumes/Storage/C++Code/Game/build/Game.app/Contents/MacOS/Game
can’t open library:
/Users/hercules/Library/Frameworks/SDL_mixer.framework/Versions/A/SDL_mixer
(No such file or directory, errno = 2)

Game.app has exited with status 60.

If anyone is using PB thats what I am using what would the correct
syntax for telling the compiler how to link up with this file?
-sdl_mixer.h?
-sdl_mixer?
-framework sdl_mixer?
LOST I AM PLEASE HELP!!!
THANKS!!! =)

Sorry for your troubles. There is a bug in the installer script that
doesn’t place the files in the correct location. The framework should be
installed in ~/Library/Frameworks/ or /Library/Frameworks/ so the
dynamic linker can find it.

Cheers,
Darrell

Here is the message I get now. I am confused but thought headers were
libs? Also if they aren’t then why didn’t I get them with the dev
package of sdl_mixer? What would be an ext on the lib for sdl_mixer?

dyld: /Volumes/Storage/C++Code/Game/build/Game.app/Contents/MacOS/Game
can’t open library:

/Users/hercules/Library/Frameworks/SDL_mixer.framework/Versions/A/SDL_mixer

(No such file or directory, errno = 2)

Game.app has exited with status 60.

If anyone is using PB thats what I am using what would the correct
syntax for telling the compiler how to link up with this file?
-sdl_mixer.h?
-sdl_mixer?
-framework sdl_mixer?
LOST I AM PLEASE HELP!!!
THANKS!!! =)

I had this problem with SDL_ttf and SDL_image, if you download the "normal"
versions ( not developer ) and install them as well it all started working
just fine for me.

----- Original Message -----
From: mars_999@mac.com (Mars_999)
To:
Sent: Monday, January 21, 2002 3:03
Subject: [SDL] ARGH SDL_Mixer not compiling in OSX???