Package: postman
Version: 2.1-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 postman_2.1-1 on bigsur by sbuild/mips 1.94
...
> g++ -Wall -Wpointer-arith -O2 -DLINUX -g -fno-operator-names -I. 
> -I/usr/include/c-client -I/usr/include/c-client -c ClientDB.cc -o ClientDB.o
> ClientDB.h:135: error: extra qualification 'ClientDB::' on member 
> 'getMatField'
> make[1]: *** [ClientDB.o] Error 1


--- ./ClientDB.h~       2006-03-17 03:17:17.000000000 +0000
+++ ./ClientDB.h        2006-03-17 03:17:22.000000000 +0000
@@ -132,7 +132,7 @@
     bool pasteItems (StringList *SLPapeleraCopy, StringList *SLPapeleraCut);
     TType getTypeFromString (const char *stringtype);    
     const char *getStringFromType (TType atype);
-    const TMatField *ClientDB::getMatField (void);    
+    const TMatField *getMatField (void);    
     char *getDefaultValueField (TType atype, TBuffer adefault);    
     void getAllFieldNames (StringList *SLFieldNames);
     void getAllFieldLabels (StringList *SLFieldLabels);

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