Hi,
Afflicted, I post in English because I not talk German.
I test VDR-1.5.14, but I have a problem to compile reelchannelscan.
Here is the log compiled of reelchannelscan :
g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"reelchannelscan"' -DVDRDIR=\"../../..\" -DNDEBUG -DWITH_EIT -I/usr/src/multiproto/linux/include -I../../../include -I/usr/src/multiproto/linux/include transponders.c
transponders.c: In member function ‘virtual bool cSatTransponder::SetTransponderData(cChannel*, int)’:
transponders.c:129: error: no matching function for call to ‘cChannel::SetSatTransponderData(int&, int&, char&, int&, int&)’
../../../include/vdr/channels.h:221: note: candidates are: bool cChannel::SetSatTransponderData(int, int, char, int, int, int, int, int)
transponders.c: In member function ‘virtual bool cTerrTransponder::SetTransponderData(cChannel*, int)’:
transponders.c:226: error: no matching function for call to ‘cChannel::SetTerrTransponderData(int&, int&, int&, int&, int&, int&, int&, int&, int&)’
../../../include/vdr/channels.h:223: note: candidates are: bool cChannel::SetTerrTransponderData(int, int, int, int, int, int, int, int, int, int, int)
make[1]: *** [transponders.o] Erreur 1
Do you have a patch or a modification ?
Thanks