Package: groundhog Version: 1.4-7.1 Severity: important Tags: patch Your package fails to build with G++ 4.1. I'm filing this bug as important for now, but when 4.1 will be the default compiler in unstable (probably in a few weeks) I'll upgrade this to serious.
A patch is below. > Automatic build of groundhog_1.4-7.1 on bigsur by sbuild/mips 1.106 ... > mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS > -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 > -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/X11R6/include > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -Wall -c -o > game.o `test -f 'game.cc' || echo './'`game.cc > element.h:24: warning: 'class Element' has virtual functions but non-virtual > destructor > pocket.h:31: warning: 'class Pocket' has virtual functions but non-virtual > destructor > pocket.h:67: warning: 'class LeftPocket' has virtual functions but > non-virtual destructor > pocket.h:81: warning: 'class UpperPocket' has virtual functions but > non-virtual destructor > pocket.h:95: warning: 'class RightPocket' has virtual functions but > non-virtual destructor > pocket.h:109: warning: 'class LowerPocket' has virtual functions but > non-virtual destructor > options_dialog.h:31: error: extra qualification 'OptionsDialog::' on member > 'OnOk' > make[3]: *** [game.o] Error 1 > make[3]: Leaving directory `/build/tbm/groundhog-1.4/src' --- ./src/options_dialog.h~ 2006-03-19 23:42:11.000000000 +0000 +++ ./src/options_dialog.h 2006-03-19 23:42:17.000000000 +0000 @@ -28,7 +28,7 @@ Game* _game; GtkWidget* _tooltips; - void OptionsDialog::OnOk(); + void OnOk(); public: OptionsDialog(Game* game); }; -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]