Package: rlplot
Version: 1.0-1
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 rlplot_1.0-1 on em64t by sbuild/amd64 1.106
...
> /usr/share/qt3/bin/moc ./QT_Spec.h -o moc_QT_Spec.cpp
> g++ -I/usr/share/qt3/include -pipe -O2 -o moc_QT_Spec.o -c moc_QT_Spec.cpp
> rlplot.h:542: error: extra qualification 'StrData::' on member 'RestoreData'
> make[2]: *** [moc_QT_Spec.o] Error 1
> make[2]: Leaving directory `/build/tbm/rlplot-1.0'
--- ./rlplot.h~ 2006-03-22 02:41:18.000000000 +0000
+++ ./rlplot.h 2006-03-22 02:41:23.000000000 +0000
@@ -539,7 +539,7 @@
StrData(DataObj *par, RECT *rc = 0L);
~StrData();
bool GetSize(int *w, int *h);
- void StrData::RestoreData(DataObj *dest);
+ void RestoreData(DataObj *dest);
private:
int pw, ph;
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]