Package: clanlib Version: 0.6.5-1-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 clanlib_0.6.5-1-3.1 on bigsur by sbuild/mips 1.94 ... > Compiling Sources/GUI/messagebox.cpp > Sources/GUI/messagebox_generic.h:29: error: extra qualification > 'CL_MessageBox_Generic::' on member 'CL_MessageBox_Generic' > make[1]: *** [Libs/Intermediate/messagebox.o] Error 1 > make[1]: Leaving directory > `/build/tbm/clanlib-0.6.5-1/build-tree/ClanLib-0.6.5' > make: *** [debian/stampdir/build] Error 2 --- ./ClanLib-0.6.5/Sources/GUI/messagebox_generic.h~ 2006-03-16 18:25:13.000000000 +0000 +++ ./ClanLib-0.6.5/Sources/GUI/messagebox_generic.h 2006-03-16 18:25:21.000000000 +0000 @@ -26,7 +26,7 @@ const std::string &button2, const std::string &button3); - CL_MessageBox_Generic::~CL_MessageBox_Generic(); + ~CL_MessageBox_Generic(); void set_text(const std::string &text); -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]