Package: blobwars
Versioon: 1.05-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 blobwars_1.05-1 on bigsur by sbuild/mips 1.78
...
> make[1]: Entering directory `/build/tbm/blobwars-1.05'
> g++ -g -Wall -O2 `sdl-config --cflags` -DVERSION=1.05 -DRELEASE=1 -DUSEPAK=1 
> -DDEMO=0 -DPAKNAME=\"blobwars.pak\" 
> -DPAKLOCATION=\"/usr/share/games/blobwars/\" -DUNIX 
> -DGAMEPLAYMANUAL=\"/usr/share/doc/blobwars/index.html\" -Wall -c 
> src/aquaBoss.cpp
> src/CKeyboard.h:11: error: extra qualification 'Keyboard::' on member 
> 'translateKey'
> make[1]: *** [aquaBoss.o] Error 1
> make[1]: Leaving directory `/build/tbm/blobwars-1.05'
> make: *** [debian/stamp-makefile-build] Error 2


--- src/CKeyboard.h~    2006-03-09 05:48:37.000000000 +0000
+++ src/CKeyboard.h     2006-03-09 05:48:44.000000000 +0000
@@ -8,6 +8,6 @@
        
                Keyboard();
                void setDefaultKeys();
-               static char *Keyboard::translateKey(int value);
+               static char *translateKey(int value);
 
 };

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to