Package: flobopuyo Version: 0.20-2 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 flobopuyo_0.20-2 on bigsur by sbuild/mips 1.94 ... > [scenar.l.o] > [PuyoCommander.o] > PuyoGame.h:49: error: extra qualification 'PuyoPuyo::' on member 'isFalling' > make[1]: *** [PuyoCommander.o] Error 1 --- ./PuyoGame.h~ 2006-03-14 15:28:52.000000000 +0000 +++ ./PuyoGame.h 2006-03-14 15:28:58.000000000 +0000 @@ -46,7 +46,7 @@ virtual ~PuyoPuyo() {}; PuyoState getPuyoState(); void setPuyoState(PuyoState state); - bool PuyoPuyo::isFalling(); + bool isFalling(); int getPuyoX() const; int getPuyoY() const; void setPuyoXY(int X, int Y); -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]