Package: xevil Version: 2.02r2-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 xevil_2.02r2-3.1 on bigsur by sbuild/mips 1.86 ... > g++ -O2 -DX11=1 -DUSE_RANDOM -DXEVIL_KEYSET=UIlinux -DUSE_UINT_NET_LENGTH > -I../cmn -I../x11 -I../x11/bitmaps -I/usr/X11R6/include -o > ../x11/release/utils.o -c utils.cpp > utils.cpp:756: error: extra qualification 'HashTable::' on member '_get' > make[6]: *** [../x11/release/utils.o] Error 1 --- ./cmn/utils.cpp~ 2006-03-11 05:44:17.000000000 +0000 +++ ./cmn/utils.cpp 2006-03-11 05:44:24.000000000 +0000 @@ -753,7 +753,7 @@ private: - Bucket* HashTable::_get(int &index,void* key); + Bucket* _get(int &index,void* key); /* MODIFIES: index */ /* EFFECTS: Internal helper function. Return the Bucket containing key or NULL if not found. Set index to the bucket list for key whether -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]