I don't know what
make[1]: *** Нет правила для сборки цели `bzlib.h', требуемой для `bzip2.o'. Останов.
means. I suppose you are missing zlib or bzlib???
yes, you are right - one of them was not installed. After installation this dev-package I coukd compile reelcnahhelscan But I had warnings (not errors)
goga:/usr/src/VDR/PLUGINS/src/channelscan-0.6.1# make g++ -fPIC -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"reelchannelscan"' -DVDRDIR="../../.." -DBOOST_IOSTREAMS_NO_LIB -DNDEBUG -I../../../include -I../..//include channelscan.c In file included from scan.h:34, from csmenu.h:42, from channelscan.c:31: filter.h:193:1: warning: "MAXNETWORKNAME" redefined In file included from ../../../include/vdr/device.h:18, from scan.h:31, from csmenu.h:42, from channelscan.c:31: ../../../include/vdr/nit.h:16:1: warning: this is the location of the previous definition
However the "redefinition of type xxxx" messages you get as warning (not errors) from g++, I get them as well.
do you mean the warnings about which I wrote above ?
Goga777