Re: [ANNOUNCE] epgfixer-plugin 0.1.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 05/06/2012 03:00 PM, Marcel Witte wrote:
Hi,

thanks for the plugin, I started today to build openSUSE-packages for this
plugin in my repository, but for openSUSE Factory it is failing. Perhaps a
problem with gcc 4.7?

The problem seems to be related to gcc 4.7. Could you try the following patch.

diff --git a/tools.h b/tools.h
index dfcee30..bf49fac 100644
--- a/tools.h
+++ b/tools.h
@@ -57,7 +57,7 @@ protected:
           cReadLine ReadLine;
           while ((s = ReadLine.Read(f)) != NULL) {
                 if (!isempty(s)) {
-                   Add(new T());
+                   this->Add(new T());
                    cList<T>::Last()->SetFromString(s, true);
                    }
                 }

--
Matti

_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux