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/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to