Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30458 - media-sound/trommler won't compile with gcc-3.3.x
Summary: media-sound/trommler won't compile with gcc-3.3.x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-05 20:13 UTC by Brandy Westcott (RETIRED)
Modified: 2003-10-15 09:57 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brandy Westcott (RETIRED) gentoo-dev 2003-10-05 20:13:49 UTC
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.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-10-15 09:56:58 UTC
in cvs