reopen 356585
thanks

> Automatic build of aria_1.0.0-12 on bigsur by sbuild/mips 1.94
...
> g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall -Wno-deprecated 
> -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" -I../intl 
> -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
> -D_REENTRANT -c ItemCellPartial.cc
> ItemCellPartial.h:73: error: extra qualification 'ItemCellPartial::' on 
> member 'Download_Main'
> make[4]: *** [ItemCellPartial.o] Error 1

I'm terribly sorry, Rene, but the patch I sent was bogus.  I should
really read the source more closely, and not just remove the first
thing which _looks_ like an extra qualification.  (Although I don't
quite understand how this happens because I normally do compile the
whole source after making a change.)

Please unapply the last patch and use this one instead:

--- ./ItemCellPartial.h~        2006-03-18 13:10:13.000000000 +0000
+++ ./ItemCellPartial.h 2006-03-18 13:10:48.000000000 +0000
@@ -70,7 +70,7 @@
   ItemCell *ret_Boss();
 
   void WriteSplitInfo(const string& filename);
-  ItemCell::DownloadStatusType ItemCellPartial::Download_Main();
+  ItemCell::DownloadStatusType Download_Main();
 
   SplitStatusType SplitNumberChanged(const string& filename);
 };


Actually, I see you didn't apply the patch I suggested originally but
only half of it (the wrong half)... tss tss tsss. :)  (This patch is
correct, though, and I think my last one removed too much.)
-- 
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