Package: valknut
Version: 0.3.7-2
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 attached.


> Automatic build of valknut_0.3.7-2 on em64t by sbuild/amd64 1.106
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/qt3 -I.  -Iui  
> -DQT_THREAD_SUPPORT  -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef 
> -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 
> -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 
> -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new 
> -fno-common -I/usr/local/include -I/usr/include/libxml2  -Wnon-virtual-dtor 
> -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi 
> -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts 
> -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions 
> -fno-check-new -fno-common  -MT dciconloader.o -MD -MP -MF 
> ".deps/dciconloader.Tpo" \
>         -c -o dciconloader.o `test -f 'dciconloader.cpp' || echo 
> './'`dciconloader.cpp; \
>       then mv -f ".deps/dciconloader.Tpo" ".deps/dciconloader.Po"; \
>       else rm -f ".deps/dciconloader.Tpo"; exit 1; \
>       fi
> dciconloader.h:125: error: extra qualification 'DCIconLoader::' on member 
> 'LoadPixmap'
> make[4]: *** [dciconloader.o] Error 1


--- ./valknut/dciconloader.h~   2006-03-22 02:35:05.000000000 +0000
+++ ./valknut/dciconloader.h    2006-03-22 02:35:11.000000000 +0000
@@ -122,7 +122,7 @@
        
 private:
        /** */
-       QPixmap DCIconLoader::LoadPixmap( QString file );
+       QPixmap LoadPixmap( QString file );
 
        /** */
        PixmapMap m_PixmapMap;

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