Re: [vdr] wirblescan 0.0.5-pre11e compilation errors

2010-04-27 Thread Timothy D. Lenz

From the web site: http://wirbel.htpc-forum.de/wirbelscan/index2.html

CAN plugin for the VDR serves for looking for VDR channels for

* DVB-T
* DVB-C
* DVB-S/S2
* ATSC
* pvrinput Plugin (PVR x50)

Looks interesting, but I don't like that it uses the working conf. For 
some things it might be nice if it can properly add new stuff to the 
right channel location. But it starts by clearing the old list and then 
putting it back so that you can use it while the plugin is working. It 
should use a seperate file and then optionally merge it in.


On 4/27/2010 10:47 AM, gimli wrote:

Maybe this patch helps.

http://sourceforge.net/apps/trac/archvdr/browser/trunk/archvdr/vdr-plugin-wirbelscan/gcc_45.patch

cu

Edgar (gimli) Hucek

On Tue, 27 Apr 2010 14:11:41 +0200, YUP  wrote:

Hi,

As far as I understood from
http://wirbel.htpc-forum.de/wirbelscan/index2.html
there is no support for dvb-s2. But I saw in source code, that 0.0.5
version supports almost all satellites. In the previous versions
only few satellites were included.

Concerning errors I got, it seems to me that problem is in new
compiler, gcc-4.5.0.

Best,

Yarema



Tue, 27 Apr 2010 15:00:57 +0400
Goga777  написав:


Приветствую, YUP

does support wirbelscan 0.0.5 dvb-s2 or not ?


Did anybody try to compile latest wirblescan plugin for vdr 1.7.14?
I mean version 0.0.5-pre11e. I've got these errors:

scanner.c: In member function ‘virtual void cScanner::Action()’:
scanner.c:679:25: error: expected type-specifier
scanner.c:679:25: error: cannot convert ‘int*’ to ‘cSwReceiver*’ in
assignment scanner.c:679:25: error: expected ‘;’
scanner.c:957:28: error: expected type-specifier
scanner.c:957:28: error: cannot convert ‘int*’ to ‘cSwReceiver*’ in
assignment scanner.c:957:28: error: expected ‘;’
make: *** [scanner.o] Error 1

I didn't find maintener's direct email address, that is why I
decided to write to this mailing list.


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



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


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


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


Re: [vdr] wirblescan 0.0.5-pre11e compilation errors

2010-04-27 Thread YUP
Thanks! It works great! Probably it is good idea to report
this to the wirblescan developer...

Yarema




Tue, 27 Apr 2010 19:47:22 +0200
gimli  написав:

> Maybe this patch helps.
> 
> http://sourceforge.net/apps/trac/archvdr/browser/trunk/archvdr/vdr-plugin-wirbelscan/gcc_45.patch
> 
> cu
> 
> Edgar (gimli) Hucek
> 
> On Tue, 27 Apr 2010 14:11:41 +0200, YUP  wrote:
> > Hi,
> > 
> > As far as I understood from
> > http://wirbel.htpc-forum.de/wirbelscan/index2.html
> > there is no support for dvb-s2. But I saw in source code, that 0.0.5
> > version supports almost all satellites. In the previous versions
> > only few satellites were included. 
> > 
> > Concerning errors I got, it seems to me that problem is in new
> > compiler, gcc-4.5.0.
> > 
> > Best,
> > 
> > Yarema

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


Re: [vdr] wirblescan 0.0.5-pre11e compilation errors

2010-04-27 Thread gimli
Maybe this patch helps.

http://sourceforge.net/apps/trac/archvdr/browser/trunk/archvdr/vdr-plugin-wirbelscan/gcc_45.patch

cu

Edgar (gimli) Hucek

On Tue, 27 Apr 2010 14:11:41 +0200, YUP  wrote:
> Hi,
> 
> As far as I understood from
> http://wirbel.htpc-forum.de/wirbelscan/index2.html
> there is no support for dvb-s2. But I saw in source code, that 0.0.5
> version supports almost all satellites. In the previous versions
> only few satellites were included. 
> 
> Concerning errors I got, it seems to me that problem is in new
> compiler, gcc-4.5.0.
> 
> Best,
> 
> Yarema
> 
> 
> 
> Tue, 27 Apr 2010 15:00:57 +0400
> Goga777  написав:
> 
>> Приветствую, YUP
>> 
>> does support wirbelscan 0.0.5 dvb-s2 or not ?
>> 
>> > Did anybody try to compile latest wirblescan plugin for vdr 1.7.14?
>> > I mean version 0.0.5-pre11e. I've got these errors:
>> > 
>> > scanner.c: In member function ‘virtual void cScanner::Action()’:
>> > scanner.c:679:25: error: expected type-specifier
>> > scanner.c:679:25: error: cannot convert ‘int*’ to ‘cSwReceiver*’ in
>> > assignment scanner.c:679:25: error: expected ‘;’
>> > scanner.c:957:28: error: expected type-specifier
>> > scanner.c:957:28: error: cannot convert ‘int*’ to ‘cSwReceiver*’ in
>> > assignment scanner.c:957:28: error: expected ‘;’
>> > make: *** [scanner.o] Error 1
>> > 
>> > I didn't find maintener's direct email address, that is why I
>> > decided to write to this mailing list.
>> 
>> ___
>> vdr mailing list
>> vdr@linuxtv.org
>> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
> 
> 
> ___
> vdr mailing list
> vdr@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

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


Re: [vdr] wirblescan 0.0.5-pre11e compilation errors

2010-04-27 Thread YUP
Hi,

As far as I understood from
http://wirbel.htpc-forum.de/wirbelscan/index2.html
there is no support for dvb-s2. But I saw in source code, that 0.0.5
version supports almost all satellites. In the previous versions
only few satellites were included. 

Concerning errors I got, it seems to me that problem is in new
compiler, gcc-4.5.0.

Best,

Yarema



Tue, 27 Apr 2010 15:00:57 +0400
Goga777  написав:

> Приветствую, YUP
> 
> does support wirbelscan 0.0.5 dvb-s2 or not ?
> 
> > Did anybody try to compile latest wirblescan plugin for vdr 1.7.14?
> > I mean version 0.0.5-pre11e. I've got these errors:
> > 
> > scanner.c: In member function ‘virtual void cScanner::Action()’:
> > scanner.c:679:25: error: expected type-specifier
> > scanner.c:679:25: error: cannot convert ‘int*’ to ‘cSwReceiver*’ in
> > assignment scanner.c:679:25: error: expected ‘;’
> > scanner.c:957:28: error: expected type-specifier
> > scanner.c:957:28: error: cannot convert ‘int*’ to ‘cSwReceiver*’ in
> > assignment scanner.c:957:28: error: expected ‘;’
> > make: *** [scanner.o] Error 1
> > 
> > I didn't find maintener's direct email address, that is why I
> > decided to write to this mailing list.
> 
> ___
> vdr mailing list
> vdr@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


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


Re: [vdr] wirblescan 0.0.5-pre11e compilation errors

2010-04-27 Thread Goga777
Приветствую, YUP

does support wirbelscan 0.0.5 dvb-s2 or not ?

> Did anybody try to compile latest wirblescan plugin for vdr 1.7.14? I
> mean version 0.0.5-pre11e. I've got these errors:
> 
> scanner.c: In member function ‘virtual void cScanner::Action()’:
> scanner.c:679:25: error: expected type-specifier
> scanner.c:679:25: error: cannot convert ‘int*’ to ‘cSwReceiver*’ in
> assignment scanner.c:679:25: error: expected ‘;’
> scanner.c:957:28: error: expected type-specifier
> scanner.c:957:28: error: cannot convert ‘int*’ to ‘cSwReceiver*’ in
> assignment scanner.c:957:28: error: expected ‘;’
> make: *** [scanner.o] Error 1
> 
> I didn't find maintener's direct email address, that is why I decided to
> write to this mailing list.

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


[vdr] wirblescan 0.0.5-pre11e compilation errors

2010-04-26 Thread YUP
Hello,

Did anybody try to compile latest wirblescan plugin for vdr 1.7.14? I
mean version 0.0.5-pre11e. I've got these errors:

scanner.c: In member function ‘virtual void cScanner::Action()’:
scanner.c:679:25: error: expected type-specifier
scanner.c:679:25: error: cannot convert ‘int*’ to ‘cSwReceiver*’ in
assignment scanner.c:679:25: error: expected ‘;’
scanner.c:957:28: error: expected type-specifier
scanner.c:957:28: error: cannot convert ‘int*’ to ‘cSwReceiver*’ in
assignment scanner.c:957:28: error: expected ‘;’
make: *** [scanner.o] Error 1

I didn't find maintener's direct email address, that is why I decided to
write to this mailing list.

Regards,

Yarema



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