Hello,
I have a problem with vdr vnsi server.
I have already done a few thinks:
1. apt-get install build-essential
apt-get install build-essential libjpeg62-dev libcap-dev libfontconfig1-dev gettext
apt-get install libfreetype6-dev libfontconfig1-dev libjpeg62-dev libcap-dev libncurses5-dev libncursesw5-dev
apt-get -y install build-essential git bzip2
2. cd /usr/src
wget
ftp://ftp.tvdr.de/vdr/vdr-2.0.6.tar.bz2
3. tar xjf vdr-2.0.6.tar.bz2
4. cd vdr-2.0.6
cd PLUGINS/src
git clone git://github.com/FernetMenta/vdr-plugin-vnsiserver vnsiserver
git clone git://github.com/manio/vdr-plugin-dvbapi.git dvbapi
5. cd /usr/src/vdr-2.0.6
make
And then I have error like below
Quote:
make[1]: Nie ma nic do zrobienia w `all'.
*** Plugin skincurses:
g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -DPLUGIN_NAME_I18N='"skincurses"' -I/usr/src/vdr-2.0.6/include -o skincurses.o skincurses.c
skincurses.c:9:21: fatal error: ncurses.h: Nie ma takiego pliku ani katalogu
compilation terminated.
make[1]: *** [skincurses.o] BĹÄ
d 1
*** Plugin status:
make[1]: Nie ma nic do zrobienia w `all'.
*** Plugin svdrpdemo:
make[1]: Nie ma nic do zrobienia w `all'.
*** Plugin vnsiserver:
make[1]: Nie ma nic do zrobienia w `all'.
*** failed plugins: dvbapi skincurses
make: *** [plugins] BĹÄ
d 1
root@vdr:/usr/src/vdr-2.0.6# make
*** Plugin dvbapi:
g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -DPLUGIN_NAME_I18N='"dvbapi"' -DGITVERSION='"-GIT-1203c18"' -I/usr/src/vdr-2.0.6/include -o SCCAMSlot.o SCCAMSlot.cpp
SCCAMSlot.cpp: In constructor âSCCAMSlot::SCCAMSlot(SCCIAdapter*, int, int)â:
SCCAMSlot.cpp:43:59: error: no matching function for call to âcCamSlot::cCamSlot(SCCIAdapter*&, bool)â
SCCAMSlot.cpp:43:59: note: candidates are:
In file included from SCCAMSlot.cpp:27:0:
/usr/src/vdr-2.0.6/include/vdr/ci.h:150:3: note: cCamSlot::cCamSlot(cCiAdapter*)
/usr/src/vdr-2.0.6/include/vdr/ci.h:150:3: note: candidate expects 1 argument, 2 provided
/usr/src/vdr-2.0.6/include/vdr/ci.h:125:7: note: cCamSlot::cCamSlot(const cCamSlot&)
/usr/src/vdr-2.0.6/include/vdr/ci.h:125:7: note: candidate expects 1 argument, 2 provided
make[1]: *** [SCCAMSlot.o] BĹÄ
d 1
*** Plugin dvbhddevice:
make[1]: Nie ma nic do zrobienia w `all'.
*** Plugin dvbsddevice:
make[1]: Nie ma nic do zrobienia w `all'.
*** Plugin epgtableid0:
make[1]: Nie ma nic do zrobienia w `all'.
*** Plugin hello:
make[1]: Nie ma nic do zrobienia w `all'.
*** Plugin osddemo:
make[1]: Nie ma nic do zrobienia w `all'.
*** Plugin pictures:
make[1]: Nie ma nic do zrobienia w `all'.
*** Plugin rcu:
make[1]: Nie ma nic do zrobienia w `all'.
*** Plugin servicedemo:
make[1]: Nie ma nic do zrobienia w `all'.
*** Plugin skincurses:
g++ -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -DPLUGIN_NAME_I18N='"skincurses"' -I/usr/src/vdr-2.0.6/include -o skincurses.o skincurses.c
skincurses.c:9:21: fatal error: ncurses.h: Nie ma takiego pliku ani katalogu
compilation terminated.
make[1]: *** [skincurses.o] BĹÄ
d 1
*** Plugin status:
make[1]: Nie ma nic do zrobienia w `all'.
*** Plugin svdrpdemo:
make[1]: Nie ma nic do zrobienia w `all'.
*** Plugin vnsiserver:
make[1]: Nie ma nic do zrobienia w `all'.
*** failed plugins: dvbapi skincurses
make: *** [plugins] BĹÄ
d 1
|
Could you tell me what I have done wrong?
Thanks,