Sorry that I had posted this in the wrong fourm catagory. I guess this question is for Software development.
Has anyone tried to compile the game SuperTux? I have tried several times with no luck. Here is the source code for the game.
http://www.dcemu.co.uk/vbulletin/attach ... entid=2168
You have to have PSPSDK and SDL_Mixer installed in your Cygwin enviroment and SDL package installed as well which I do all. These are the errors I am getting when compiling the game...
/usr/local/pspdev/psp/lib/libSDL_mixer.a(music_ogg.o): In function `OGG_getsome'
:
/home/Owner/trunk/sdl_mixer/music_ogg.c:161: undefined reference to `ov_read'
/home/Owner/trunk/sdl_mixer/music_ogg.c:173: undefined reference to `ov_info'
/usr/local/pspdev/psp/lib/libSDL_mixer.a(music_ogg.o): In function `OGG_delete':
/home/Owner/trunk/sdl_mixer/music_ogg.c:237: undefined reference to `ov_clear'
/usr/local/pspdev/psp/lib/libSDL_mixer.a(music_ogg.o): In function `OGG_jump_to_
time':
/home/Owner/trunk/sdl_mixer/music_ogg.c:245: undefined reference to `ov_time_see
k'
/usr/local/pspdev/psp/lib/libSDL_mixer.a(load_ogg.o): In function `Mix_LoadOGG_R
W':
/home/Owner/trunk/sdl_mixer/load_ogg.c:93: undefined reference to `ov_open_callb
acks'
/home/Owner/trunk/sdl_mixer/load_ogg.c:93: undefined reference to `ov_open_callb
acks'
/home/Owner/trunk/sdl_mixer/load_ogg.c:101: undefined reference to `ov_info'
/home/Owner/trunk/sdl_mixer/load_ogg.c:112: undefined reference to `ov_pcm_total
'
/home/Owner/trunk/sdl_mixer/load_ogg.c:124: undefined reference to `ov_read'
/home/Owner/trunk/sdl_mixer/load_ogg.c:130: undefined reference to `ov_read'
/home/Owner/trunk/sdl_mixer/load_ogg.c:140: undefined reference to `ov_clear'
collect2: ld returned 1 exit status
make: *** [SuperTux.elf] Error 1
Owner@scu ~/supertux1/src
$
Can anyone help? I would really appriciate it. Thanks