When I cimpile the burn-plugin I get the following error: Plugin burn: make[1]: Entering directory `/home/braun/vdr/vdr-1.4.4/PLUGINS/src/burn-0.0.5'g++ -g -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"burn"' -D_GNU_SOURCE -DDVDDEV='"/dev/dvd"' -DISODIR=NULL -I../../../include -I../../../../DVB/include-o burn.o burn.c burn.c:32: error: conflicting return type specified for 'virtual bool cPluginBurn::Active()' ../../../include/vdr/plugin.h:43: error: overriding 'virtual cString cPlugin::Active()' burn.c: In member function 'virtual const char* cPluginBurn::CommandLineHelp()':burn.c:58: warning: converting to non-pointer type 'bool' from NULL make[1]: *** [burn.o] Fehler 1
Cheers H.Braun
Hi,
h.h.braun@arcor.de wrote:
When I cimpile the burn-plugin I get the following error: Plugin burn: make[1]: Entering directory `/home/braun/vdr/vdr-1.4.4/PLUGINS/src/burn-0.0.5'g++ -g -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"burn"' -D_GNU_SOURCE -DDVDDEV='"/dev/dvd"' -DISODIR=NULL -I../../../include -I../../../../DVB/include-o burn.o burn.c burn.c:32: error: conflicting return type specified for 'virtual bool cPluginBurn::Active()' ../../../include/vdr/plugin.h:43: error: overriding 'virtual cString cPlugin::Active()' burn.c: In member function 'virtual const char* cPluginBurn::CommandLineHelp()':burn.c:58: warning: converting to non-pointer type 'bool' from NULL make[1]: *** [burn.o] Fehler 1
This API function has changed some time before VDR 1.4.x.
You may want to use burn-cvs where this issue has already been fixed.
http://www.vdr-wiki.de/wiki/index.php/Burn-plugin#Snapshot
Bye.
----- Original Nachricht ---- Von: Reinhard Nissl rnissl@gmx.de An: VDR Mailing List vdr@linuxtv.org Datum: 11.02.2007 09:16 Betreff: Re: [vdr] error compiling burn-plugin
Hi,
h.h.braun@arcor.de wrote:
When I cimpile the burn-plugin I get the following error: Plugin burn: make[1]: Entering directory
`/home/braun/vdr/vdr-1.4.4/PLUGINS/src/burn-0.0.5'g++ -g -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"burn"' -D_GNU_SOURCE -DDVDDEV='"/dev/dvd"' -DISODIR=NULL -I../../../include -I../../../../DVB/include-o burn.o burn.c
burn.c:32: error: conflicting return type specified for 'virtual bool
cPluginBurn::Active()'
../../../include/vdr/plugin.h:43: error: overriding 'virtual cString
cPlugin::Active()'
burn.c: In member function 'virtual const char*
cPluginBurn::CommandLineHelp()':burn.c:58: warning: converting to non-pointer type 'bool' from NULL
make[1]: *** [burn.o] Fehler 1
This API function has changed some time before VDR 1.4.x.
You may want to use burn-cvs where this issue has already been fixed.
Now I get : make[1]: *** Keine Regel vorhanden, um das Target »boost/bind.hpp«, benötigt von »burn.o«, zu erstellen. Schluss.
Cheers H.Braun
Hi,
h.h.braun@arcor.de wrote:
You may want to use burn-cvs where this issue has already been fixed.
Now I get:
make[1]: *** Keine Regel vorhanden, um das Target »boost/bind.hpp«, benötigt von »burn.o«, zu erstellen. Schluss.
Have a look at this:
http://www.vdr-wiki.de/wiki/index.php/Burn-plugin#Softwareanforderungen
You'll need boost. E. g. on my openSUSE 10.2:
video:~> rpm -q boost-devel boost-devel-1.33.1-42
Bye.