Package: cdcat
Version: 1.0-3
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 cdcat_1.0-3 on bigsur by sbuild/mips 1.80
...
> g++ -c -pipe -Wall -W -O2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT 
> -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. 
> -I/usr/include/qt3 -Imoc_files/ -o obj_files/guibase.o guibase.cpp
> /usr/include/qt3/qnetworkprotocol.h:58: warning: 'class 
> QNetworkProtocolFactoryBase' has virtual functions but non-virtual destructor
> /usr/include/qt3/qfiledialog.h:78: warning: 'class QFilePreview' has virtual 
> functions but non-virtual destructor
> import.h:69: error: extra qualification 'importGtktalogCsv::' on member 
> 'importGtktalogCsv'
> make[1]: *** [obj_files/guibase.o] Error 1
> make[1]: Leaving directory `/build/tbm/cdcat-1.0/src'
> make: *** [build-stamp] Error 2


--- ./src/import.h~     2006-03-10 15:42:32.000000000 +0000
+++ ./src/import.h      2006-03-10 15:42:37.000000000 +0000
@@ -66,7 +66,7 @@
 
 class importGtktalogCsv: public QObject {
 Q_OBJECT public:
-       importGtktalogCsv::importGtktalogCsv( GuiSlave * parent, QString 
separator, QString filename, bool createdatabase, bool correctbadstyle );
+       importGtktalogCsv( GuiSlave * parent, QString separator, QString 
filename, bool createdatabase, bool correctbadstyle );
        ~importGtktalogCsv();
 
        /*

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