Package: plucker
Version: 1.8-11
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 plucker_1.8-11 on bigsur by sbuild/mips 1.86
...
> g++ -g -O2 `wx-config --cflags` -c -o plucker_wizard_base.o 
> plucker_wizard_base.cpp
> proxy_wizardpage.h:74: error: extra qualification 'proxy_wizardpage::' on 
> member 'is_proxy_valid'
> make[2]: *** [plucker_wizard_base.o] Error 1


--- ./plucker_desktop/proxy_wizardpage.h~       2006-03-11 14:45:14.000000000 
+0000
+++ ./plucker_desktop/proxy_wizardpage.h        2006-03-11 14:45:17.000000000 
+0000
@@ -71,7 +71,7 @@
     /*!
         \return TRUE if proxy is valid.
      */
-    bool proxy_wizardpage::is_proxy_valid();
+    bool is_proxy_valid();
 
     //! Writes the proxy settings collected. into their configuration file 
keys.         
     void        write_configuration(); 

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