Hello!
I just started to install vdr from scratch to my new vdr-computer. Now when i do Make at vdr-directory I get following error:
vdr-ens:/vdr-system/vdr# make g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -c -DREMOTE_KBD -DLIRC_DEVICE="/dev/lircd" -DRCU_DEVICE="/dev/ttyS1" -D_GNU_SOURCE -DVIDEODIR="/vdr-system/video" -DPLUGINDIR="./PLUGINS/lib" -I/lib/modules/2.6.15/build/include vdr.c vdr.c:34:28: sys/capability.h: No such file or directory vdr.c: In function `bool SetCapSysTime()': vdr.c:106: error: `cap_t' undeclared (first use this function) vdr.c:106: error: (Each undeclared identifier is reported only once for each function it appears in.) vdr.c:106: error: parse error before `=' token vdr.c:107: error: `caps' undeclared (first use this function) vdr.c:111: error: `cap_set_proc' undeclared (first use this function) vdr.c:113: error: `cap_free' undeclared (first use this function) make: *** [vdr.o] Error 1
Anyidea what I am missing?
-Jere-