Package: quiteinsane
Version: 0.10-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.
> Automatic build of quiteinsane_0.10-11 on bigsur by sbuild/mips 1.94
...
> make[4]: Entering directory
> `/build/tbm/quiteinsane-0.10/quiteinsane/imagefilters'
> mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/share/qt3/include
> -I. -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new
> -c transparencydialog.cpp
> ../../quiteinsane/qxmlconfig.h:37: error: extra qualification 'QXmlConfig::'
> on member 'QXmlConfig'
> make[4]: *** [transparencydialog.o] Error 1
> make[4]: Leaving directory
> `/build/tbm/quiteinsane-0.10/quiteinsane/imagefilters'
--- ./quiteinsane/qxmlconfig.h~ 2006-03-16 20:25:29.000000000 +0000
+++ ./quiteinsane/qxmlconfig.h 2006-03-16 20:25:34.000000000 +0000
@@ -34,7 +34,7 @@
public:
QXmlConfig(const QString& filepath, const QString& creator,
const QString& version);
- QXmlConfig::QXmlConfig();
+ QXmlConfig();
virtual ~QXmlConfig();
// read/write file
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]