Re: [ANNOUNCE] epgfixer-plugin 0.1.0

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

 



Am Sonntag, 6. Mai 2012 schrieb Matti Lehtimäki <matti.lehtimaki@xxxxxxxxx>:
> 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);
>                      }
>                   }

Using this Patch it is compiling :) Thanks

_______________________________________________
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