I get a few warning messages when compiling but it does compiles. When I try and run it all I get is a black screen and then it locks and I have to kill the process.
I had a similar problem - tracked it down to AUDIO_S8 locking up at SDL_OpenAudio. I hacked it slightly to work with AUDIO_S16 which solves things for me. Can't figure out how to attach here, so see pastebin - http://pastebin.com/3x20jFgp. Had to similarly modify REminiscence to get it to run on my box.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had a similar problem - tracked it down to AUDIO_S8 locking up at SDL_OpenAudio. I hacked it slightly to work with AUDIO_S16 which solves things for me. Can't figure out how to attach here, so see pastebin - http://pastebin.com/3x20jFgp. Had to similarly modify REminiscence to get it to run on my box.