Title: Can't get CVS version compiled... Post by: Oxidative on December 12, 2002, 01:18:59 am I've tried to compile the latest sources on my Linux box but it failed because of an error in sdl/sound.c... any ideas?
Code: gcc -o obj/release/./src/sc2code/libs/sound/sdl/sound.o -c -I/usr/include/SDL -D_REENTRANT -I/usr/include/SDL -D_REENTRANT -O3 -DGFXMODULE_SDL -DHAVE_OPENGL -DSOUNDMODULE_SDL -I/usr/include/SDL -D_REENTRANT -DHAVE_CONFIG_H -I src -I src/sc2code -I src/sc2code/libs src/sc2code/libs/sound/sdl/sound.c src/sc2code/libs/sound/sdl/sound.c: In function `TFB_InitSound': src/sc2code/libs/sound/sdl/sound.c:85: invalid type argument of `->' src/sc2code/libs/sound/sdl/sound.c:86: invalid type argument of `->' src/sc2code/libs/sound/sdl/sound.c:87: invalid type argument of `->' make: *** [obj/release/./src/sc2code/libs/sound/sdl/sound.o] Fehler 1 Title: Re: Can't get CVS version compiled... Post by: Oxidative on December 12, 2002, 10:28:57 pm Fixed the problem. I had two versions of SDL_mixer installed, one from rpm and one from CVS ::)
|