Can't get SDL for Wii to fly... :-( July 21, 2009 11:45PM | Registered: 14 years ago Posts: 5 |
LIBS := -lSDL_net -lSDL_ttf -lSDL_gfx -lSDL_mixer -lSDL_image -lSDL \ -lsmpeg -ljpeg -lpng -lfreetype -ltremor \ -lz -lfat -lwiiuse -lbte -logc -lm -lwiikeyboard \, but whenever I build now, I keep on getting errors. It is as if the required libraries are missing from my DevkitPro / libOCG installation.
C:\Users\Daryl\Desktop\Projects\sdl-wii\SDL/src/main/wii/SDL_wii_main.c:68: undefined reference to `MOUSE_Init' C:\Users\Daryl\Desktop\Projects\sdl-wii\SDL/src/main/wii/SDL_wii_main.c:69: undefined reference to `KEYBOARD_Init' c:/devkitPro/libogc/lib/wii\libSDL.a(SDL_wiievents.o): In function `PumpEvents': C:\Users\Daryl\Desktop\Projects\sdl-wii\SDL/src/video/wii/SDL_wiievents.c:64: undefined reference to `KEYBOARD_GetEvent' C:\Users\Daryl\Desktop\Projects\sdl-wii\SDL/src/video/wii/SDL_wiievents.c:65: undefined reference to `MOUSE_GetEvent'
Re: Can't get SDL for Wii to fly... :-( July 21, 2009 11:54PM | Registered: 15 years ago Posts: 175 |
Re: Can't get SDL for Wii to fly... :-( July 22, 2009 12:12AM | Registered: 14 years ago Posts: 5 |
c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-gekko/4.2.4/../../../../powerpc-gekko/bin/ld.exe: cannot find -lsmpeg
Re: Can't get SDL for Wii to fly... :-( July 22, 2009 02:03AM | Moderator Registered: 15 years ago Posts: 441 |
Re: Can't get SDL for Wii to fly... :-( July 22, 2009 10:04PM | Registered: 14 years ago Posts: 5 |
../powerpc-gekko/bin/ld.exe: cannot find -lwiikeyboard
C:\Users\Daryl\Desktop\Projects\sdl-wii\SDL/src/main/wii/SDL_wii_main.c:68: undefined reference to `MOUSE_Init' C:\Users\Daryl\Desktop\Projects\sdl-wii\SDL/src/main/wii/SDL_wii_main.c:69: undefined reference to `KEYBOARD_Init' c:/devkitPro/libogc/lib/wii\libSDL.a(SDL_wiievents.o): In function `PumpEvents': C:\Users\Daryl\Desktop\Projects\sdl-wii\SDL/src/video/wii/SDL_wiievents.c:64: undefined reference to `KEYBOARD_GetEvent' C:\Users\Daryl\Desktop\Projects\sdl-wii\SDL/src/video/wii/SDL_wiievents.c:65: undefined reference to `MOUSE_GetEvent'
Re: Can't get SDL for Wii to fly... :-( July 22, 2009 10:15PM | Registered: 14 years ago Posts: 703 |
Re: Can't get SDL for Wii to fly... :-( July 22, 2009 11:34PM | Registered: 14 years ago Posts: 5 |
Quote
scanff
libwiikeyboard.a is in the libogc SVN. You'll have to download and make it yourself for now. - [sourceforge.net]
Re: Can't get SDL for Wii to fly... :-( July 23, 2009 12:18AM | Registered: 14 years ago Posts: 703 |
Re: Can't get SDL for Wii to fly... :-( July 23, 2009 06:37AM | Moderator Registered: 15 years ago Posts: 441 |
Re: Can't get SDL for Wii to fly... :-( July 23, 2009 05:10PM | Registered: 14 years ago Posts: 5 |
Re: Can't get SDL for Wii to fly... :-( August 04, 2009 05:44PM | Registered: 15 years ago Posts: 74 |
having error compiling October 12, 2009 12:53AM | Registered: 14 years ago Posts: 11 |
Re: Can't get SDL for Wii to fly... :-( October 12, 2009 03:16AM | Moderator Registered: 15 years ago Posts: 441 |