Hallo zusammen,
ich bringe grad meine VDR-Installation auf Vordermann und arbeite mich Plugin für Plugin nach vorne durch.
Nachdem graphlcd endlich funktioniert, arbeite ich grad an moron-suite (Music).
Folgendes kommt beim maken:
Code
Plugin coverviewer:
make[1]: Entering directory `/home/vdr-pc/vdr/vdr-1.5.12/PLUGINS/src/coverviewer'
g++ -fPIC -O3 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"coverviewer"' -D_GNU_SOURCE -DHAVE_IMLIB2 -I../../../include -I. control-image.c
../../../include/vdr/osdbase.h: In member function ‘void cImageControl::FadeIn()’:
../../../include/vdr/osdbase.h:73: error: ‘bool cOsdObject::needsFastResponse’ is private
control-image.c:254: error: within this context
../../../include/vdr/osdbase.h:73: error: ‘bool cOsdObject::needsFastResponse’ is private
control-image.c:282: error: within this context
../../../include/vdr/osdbase.h: In member function ‘void cImageControl::FadeOut()’:
../../../include/vdr/osdbase.h:73: error: ‘bool cOsdObject::needsFastResponse’ is private
control-image.c:288: error: within this context
../../../include/vdr/osdbase.h:73: error: ‘bool cOsdObject::needsFastResponse’ is private
control-image.c:315: error: within this context
make[1]: *** [control-image.o] Fehler 1
Display More
Und bei Pixelshow kommt:
Code
make[1]: Entering directory `/home/vdr-pc/vdr/vdr-1.5.12/PLUGINS/src/pixelshow'
g++ -fPIC -O3 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"picselshow"' -D_GNU_SOURCE -DHAVE_IMLIB2 -I../../../include -I. control-image.c
data.h:42: warning: ‘class cScanDir’ has virtual functions but non-virtual destructor
../../../include/vdr/osdbase.h: In member function ‘void cImageControl::FadeIn()’:
../../../include/vdr/osdbase.h:73: error: ‘bool cOsdObject::needsFastResponse’ is private
control-image.c:197: error: within this context
../../../include/vdr/osdbase.h:73: error: ‘bool cOsdObject::needsFastResponse’ is private
control-image.c:240: error: within this context
../../../include/vdr/osdbase.h: In member function ‘void cImageControl::FadeOut()’:
../../../include/vdr/osdbase.h:73: error: ‘bool cOsdObject::needsFastResponse’ is private
control-image.c:246: error: within this context
../../../include/vdr/osdbase.h:73: error: ‘bool cOsdObject::needsFastResponse’ is private
control-image.c:286: error: within this context
make[1]: *** [control-image.o] Fehler 1
make[1]: Leaving directory `/home/vdr-pc/vdr/vdr-1.5.12/PLUGINS/src/pixelshow'
Display More
Das eigentliche Music-Plugin funktioniert einwandfrei, die Software-Grundvoraussetzungen sind auch vorhanden.