Package: enigma
Version: 0.92.3-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 enigma_0.92.3-1 on bigsur by sbuild/mips 1.89
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I.     -I/usr/include/SDL -D_REENTRANT 
> -DLOCALEDIR=\"/usr/share/games/locale\" -I../lib-src/lua 
> -I../lib-src/enigma-core -I../lib-src/enet/include -I../lib-src -I../intl -MT 
> file.o -MD -MP -MF ".deps/file.Tpo" \
>         -c -o file.o `test -f 'file.cc' || echo './'`file.cc; \
>       then mv -f ".deps/file.Tpo" ".deps/file.Po"; \
>       else rm -f ".deps/file.Tpo"; exit 1; \
>       fi
> file_internal.hh:22: error: extra qualification 'file::GameFS::' on member 
> 'GameFS'
> make[3]: *** [file.o] Error 1


--- ./enigma-svn/src/file_internal.hh~  2006-03-12 17:19:14.000000000 +0000
+++ ./enigma-svn/src/file_internal.hh   2006-03-12 17:19:21.000000000 +0000
@@ -19,7 +19,7 @@
 
     class GameFS {
     public:
-        GameFS::GameFS();
+        GameFS();
 
         void clear() { entries.clear(); }
                

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