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

bool cDevice::ProvidesS2() const
{
  return false;
}

 I'm using vdr-1.7.0, multiproto_plus and the reelchannelscan plugin is from
 CVS

I am not sure if reelchannelscan works with multiproto.

-- 
Best,
Sundararaj

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


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 cDevice class
 
 bool cDevice::ProvidesS2() const
 {
   return false;
 }
 
  I'm using vdr-1.7.0, multiproto_plus and the reelchannelscan plugin is from
  CVS
 
 I am not sure if reelchannelscan works with multiproto.

on my vdr 170 with multiproto_plus the patched reelchannelscan 0.4.1  works well
I hope that someone can patch the reelchannelscan 0.6.1 for vdr 170  multiproto

Igor


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


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
  {
return false;
  }
  
   I'm using vdr-1.7.0, multiproto_plus and the reelchannelscan plugin is 
   from
   CVS
  
  I am not sure if reelchannelscan works with multiproto.
 
 on my vdr 170 with multiproto_plus the patched reelchannelscan 0.4.1  works 
 well
 I hope that someone can patch the reelchannelscan 0.6.1 for vdr 170  
 multiproto

sorry, I should clarify. On vdr 1.7.0  the patched reelchannelscan 0.4.1 works 
well only with dvb-s, it couldn't find the
dvb-s2 channels

Igor


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


[vdr] vdr-1.7.0 and reelchannelscan-1.6 plugin

2008-05-19 Thread Mike Booth
I am unable to compile this plugin. It fails with csmenu.c:236: 
error: 'class cDevice' has no member named 'ProvidesS2'.

Can anyone provide any info that might help. I've scanned everywhere for 
mention of ProvidesS2 with no luck.
I'm using vdr-1.7.0, multiproto_plus and the reelchannelscan plugin is from 
CVS


Mike

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