Package: tecnoballz
Version: 0.91cvs20050828-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 tecnoballz_0.91cvs20050828-2 on bigsur by sbuild/mips 1.78
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I..    
> -DDATADIR=\"/usr/share/games/tecnoballz\" 
> -DSCOREFILE=\"/var/games/tecnoballz/tecnoballz.hi\" -I/usr/X11R6/includes 
> -I/usr/include/SDL -D_REENTRANT -pthread -D_REENTRANT  -Wall -O3 -s -MT 
> tecnoballz-ballDirect.o -MD -MP -MF ".deps/tecnoballz-ballDirect.Tpo" -c -o 
> tecnoballz-ballDirect.o `test -f 'ballDirect.cc' || echo './'`ballDirect.cc; \
>       then mv -f ".deps/tecnoballz-ballDirect.Tpo" 
> ".deps/tecnoballz-ballDirect.Po"; else rm -f 
> ".deps/tecnoballz-ballDirect.Tpo"; exit 1; fi
> ../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/escapeMenu.h:66:
>  error: extra qualification 'escapeMenu::' on member 'cyclingtab'
> make[4]: *** [tecnoballz-ballDirect.o] Error 1


--- ./include/escapeMenu.h~     2006-03-08 08:39:42.000000000 +0000
+++ ./include/escapeMenu.h      2006-03-08 08:39:51.000000000 +0000
@@ -63,7 +63,7 @@
                void            displayBOB(char *ptSrc, Sint32 pos_x, Sint32 
pos_y, Sint32 NxLine, Sint32 width, Sint32 heigh);
                void            display640();
                void            display320();
-               static const unsigned char escapeMenu::cyclingtab[];
+               static const unsigned char cyclingtab[];
                static const char *menu_texts[2];
                static const char menu_text1[];
                static const char menu_text2[];

-- 
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