Your message dated Thu, 9 Mar 2006 11:10:42 +0100 with message-id <[EMAIL PROTECTED]> has caused the Debian Bug report #355987, regarding FTBFS with G++: extra qualification 'TodoDB::' on member 'markDone' to be marked as having been forwarded to the upstream software author(s) [EMAIL PROTECTED]
(NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Hi Alec! new g++, new syntax checks ... Regards, 2ri ----- Forwarded message from Martin Michlmayr <[EMAIL PROTECTED]> ----- Date: Thu, 9 Mar 2006 05:50:18 +0000 To: [EMAIL PROTECTED] From: Martin Michlmayr <[EMAIL PROTECTED]> Subject: Bug#355987: FTBFS with G++: Package: devtodo Version: 0.1.19-1 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 devtodo_0.1.19-1 on bigsur by sbuild/mips 1.78 ... > make[3]: Entering directory `/build/tbm/devtodo-0.1.19/src' > if mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../util -DNDEBUG -Wall > -g -O2 -MT Todo.o -MD -MP -MF ".deps/Todo.Tpo" -c -o Todo.o Todo.cc; \ > then mv -f ".deps/Todo.Tpo" ".deps/Todo.Po"; else rm -f > ".deps/Todo.Tpo"; exit 1; fi > TodoDB.h:111: error: extra qualification 'TodoDB::' on member 'markDone' > make[3]: *** [Todo.o] Error 1 --- src/TodoDB.h~ 2006-03-09 05:47:51.000000000 +0000 +++ src/TodoDB.h 2006-03-09 05:47:57.000000000 +0000 @@ -108,7 +108,7 @@ void initColour(); void initColourPost(); Todo::Priority getPriority(string current = ""); - int TodoDB::markDone(Todo &todo); + int markDone(Todo &todo); void formatItem(ostream &out, int depth, Todo const &item, string const &format); -- Martin Michlmayr http://www.cyrius.com/ ----- End forwarded message ----- -- Secure email, spread GPG, clearsign all mail. http://www.gnupg.org . Where should Linux go next, then? I think the answer is clear, if you think about it: fluffy toys. -- Lars Wirzenius on the Future of Linux
--- End Message ---

