trommler-3.3 won't compile with gcc-3.3.x due to a '-Werror' option included in the trommler Makefile: gcc -Wall -Werror -O9 `gtk-config --cflags` -c -o gui.o gui.c gui.c:572: warning: `ActionRestoreMeasurePattern' defined but not used gui.c:592: warning: `ActionRestoreDrumName' defined but not used gui.c:612: warning: `ActionRestoreSongName' defined but not used gui.c:629: warning: `ActionRestorePatternName' defined but not used make: *** [gui.o] Error 1 !!! ERROR: media-sound/trommler-3.3 failed. !!! Function src_compile, Line 19, Exitcode 2 !!! (no error message) Taking out the '-Werror' option fixes things nicely.
in cvs