Package: libaqbanking Version: 1.6.2-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 libaqbanking_1.6.2-5 on bigsur by sbuild/mips 1.94 ... > g++ -DHAVE_CONFIG_H -DQT3_SUPPORT -I. -I. -I../../../../../../../.. > -I../../../../../../../../headers -I./../widgets -I./.. -DXTHREADS > -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 > -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/X11R6/include > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/qt3 > -I/usr/include/kde -g -Wall -O2 -g -Wall -MT hbcisettings.lo -MD -MP -MF > .deps/hbcisettings.Tpo -c hbcisettings.cpp -fPIC -DPIC -o > .libs/hbcisettings.o > wizard.h:96: error: extra qualification 'Wizard::' on member 'getServerAddr' > make[12]: *** [hbcisettings.lo] Error 1 --- src/plugins/backends/aqhbci/ui/qt3/libs/dialogs/wizard.h~ 2006-03-18 19:00:51.000000000 +0000 +++ src/plugins/backends/aqhbci/ui/qt3/libs/dialogs/wizard.h 2006-03-18 19:00:56.000000000 +0000 @@ -93,7 +93,7 @@ // Do not access the serverEdit widget directly; instead, get its // content through this function! - QString Wizard::getServerAddr() const; + QString getServerAddr() const; public: Wizard(AH_HBCI *hbci, -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

