Ooops - sent those patches prematurely. The fenix-sound.patch is actually not necessary - something else must be including SDL_mixer.h. However, you do need to define USE_RWOPS to use the Mix_LoadMUS_RW() function. From SDL_mixer.h:
#ifdef USE_RWOPS /* This hasn't been hooked into music.c yet */ /* Load a music file from an SDL_RWop object (MikMod-specific currently) Matt Campbell ([EMAIL PROTECTED]) April 2000 */ extern DECLSPEC Mix_Music * SDLCALL Mix_LoadMUS_RW(SDL_RWops *rw); #endif Also, the g_pal.h file added by fenix-pal.patch needs to include a prototype for pal_get(). My brain saw 4 pal_set() calls in the above output, but clearly two of them are pal_get() calls. -- dann frazier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]