Your message dated Mon, 17 Sep 2007 00:21:42 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in 1.1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
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/


--- End Message ---
--- Begin Message ---
This bug was fixed in rlplot 1.1-1


--- End Message ---

Reply via email to