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@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to