Package: hammerhead
Version: 2.1.3-5
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 hammerhead_2.1.3-5 on bigsur by sbuild/mips 1.89
...
> g++ -O2 -fomit-frame-pointer -DHAMMER_VSN=\"2.1.3\"  -c -D_REENTRANT -DLinux 
> -g -Wall -I/usr/include/openssl -I/usr/include hammerhead.cc -o 
> obj/Linux/hammerhead.o
> connection.h:28: error: extra qualification 'Connection::' on member 
> 'fdConnect'
> make[3]: *** [obj/Linux/hammerhead.o] Error 1

--- ./src/connection.h~ 2006-03-12 20:57:15.000000000 +0000
+++ ./src/connection.h  2006-03-12 20:57:19.000000000 +0000
@@ -25,7 +25,7 @@
        String *name;
        Session *sess;
 
-       int Connection::fdConnect(void);
+       int fdConnect(void);
 
 public:
        virtual int connect(void) = 0;

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