Re: [vdr] vdr-1.7.0 and reelchannelscan-1.6 plugin

2008-05-20 Thread Igor Nikanov
> > > I am unable to compile this plugin. It fails with csmenu.c:236: > > > error: 'class cDevice' has no member named 'ProvidesS2'. > > > > cDevice::ProvidesS2() is not from orignal-vdr. You can add this > > function to your cDevice class > > > > bool cDevice::ProvidesS2() const > > { > >

Re: [vdr] vdr-1.7.0 and reelchannelscan-1.6 plugin

2008-05-20 Thread Igor Nikanov
> On Tue, May 20, 2008 at 2:22 AM, Mike Booth <[EMAIL PROTECTED]> wrote: > > I am unable to compile this plugin. It fails with csmenu.c:236: > > error: 'class cDevice' has no member named 'ProvidesS2'. > > cDevice::ProvidesS2() is not from orignal-vdr. You can add this > function to your cDevi

Re: [vdr] vdr-1.7.0 and reelchannelscan-1.6 plugin

2008-05-20 Thread sundararaj reel
On Tue, May 20, 2008 at 2:22 AM, Mike Booth <[EMAIL PROTECTED]> wrote: > I am unable to compile this plugin. It fails with csmenu.c:236: > error: 'class cDevice' has no member named 'ProvidesS2'. cDevice::ProvidesS2() is not from orignal-vdr. You can add this function to your cDevice class bo