Re: [vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread Anssi Hannula
Anssi Hannula wrote: > Thank you. The bug is in libcap header file > /usr/include/sys/capability.h > > It does evil stuff like this: > > 25 /* > 26 * Make sure we can be included from userland by preventing > 27 * capability.h from including other kernel headers > 28 */ > 29 #define

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread Anssi Hannula
Goga777 wrote: >> Which distribution and version are you using? > > debian sid kernel 2.6.30 > >> And package name where /usr/include/linux/types.h and related files >> would also help: >> rpm -qf /usr/include/linux/types.h (on rpm systems) >> dpkg -S /usr/include/linux/types.h (on deb systems, I

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread Goga777
> I have to use the following patch: > > --- vdr-1.7.5/vdr.c.orig2009-04-12 11:05:51.0 -0700 > +++ vdr-1.7.5/vdr.c 2009-04-12 11:07:08.0 -0700 > @@ -32,6 +32,7 @@ > #include > #include > #include > +#include > #include > #include > #include I checked and c

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread VDR User
On Sun, Aug 23, 2009 at 12:26 PM, Goga777 wrote: >> Have you tried the patch I posted? > > no, because I have already solved this problem (as I wrote in my previous > mail) > > > I could compile vdr 179 after of adding in dvbdevice.h string like > > typedef unsigned char __u8; It would be nice if

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread Goga777
> Which distribution and version are you using? debian sid kernel 2.6.30 > And package name where /usr/include/linux/types.h and related files > would also help: > rpm -qf /usr/include/linux/types.h (on rpm systems) > dpkg -S /usr/include/linux/types.h (on deb systems, I think) arvdr:/usr/src/vd

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread Anssi Hannula
Goga777 wrote: >> Run this: >> g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -E -DREMOTE_KBD >> -DLIRC_DEVICE=\"/dev/lircd\" -DRCU_DEVICE=\"/dev/ttyS0\" -D_GNU_SOURCE >> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE >> -DVIDEODIR=\"/video\" -DCONFDIR=\"/etc/vdr\" >> -DPL

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread Goga777
> > I did so exactly in my previous mail > > > > PS > > vdr 178 compiled fine with existing headers > > Have you tried the patch I posted? no, because I have already solved this problem (as I wrote in my previous mail) I could compile vdr 179 after of adding in dvbdevice.h string like typedef

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread Goga777
> Run this: > g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -E -DREMOTE_KBD > -DLIRC_DEVICE=\"/dev/lircd\" -DRCU_DEVICE=\"/dev/ttyS0\" -D_GNU_SOURCE > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE > -DVIDEODIR=\"/video\" -DCONFDIR=\"/etc/vdr\" > -DPLUGINDIR=\"./PLUGINS/l

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread VDR User
On Sun, Aug 23, 2009 at 12:07 PM, Goga777 wrote: > I did so exactly in my previous mail > > PS > vdr 178 compiled fine with existing headers Have you tried the patch I posted? ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/l

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread Goga777
> >> Maybe one of these includes in these files is missing? > > > > as you can see - no, everything is ok > > Confirm that you looked at the correct files: > > You should first look under ../s2-liplianin/linux/include/ in dir /usr/src/s2-liplianin/linux/include/linux there's not any mentioned y

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread Anssi Hannula
Goga777 wrote: Your headers seem broken. What should happen (i.e. in upstream kernel git) is: >>> let's have a look on my headers (debian sid kernel 2.6.30 s2-liplianin dvb) >> Did you look in /usr/include/linux/dvb/... or in /usr/src/linux/... ? > > /usr/src/s2-liplianin/linux > >> For

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread Goga777
> > > Your headers seem broken. What should happen (i.e. in upstream kernel > > > git) is: > > > > let's have a look on my headers (debian sid kernel 2.6.30 s2-liplianin dvb) > > Did you look in /usr/include/linux/dvb/... or in /usr/src/linux/... ? /usr/src/s2-liplianin/linux > For compiling use

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread VDR User
I have to use the following patch: --- vdr-1.7.5/vdr.c.orig2009-04-12 11:05:51.0 -0700 +++ vdr-1.7.5/vdr.c 2009-04-12 11:07:08.0 -0700 @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include ___

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread Anssi Hannula
Goga777 wrote: > Anssi Hannula wrote: >> Maybe one of these includes in these files is missing? > > as you can see - no, everything is ok Confirm that you looked at the correct files: You should first look under ../s2-liplianin/linux/include/, and if the file in question doesn't exist there, you

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread Matthias Schwarzott
On Sonntag, 23. August 2009, Goga777 wrote: > > Your headers seem broken. What should happen (i.e. in upstream kernel > > git) is: > > let's have a look on my headers (debian sid kernel 2.6.30 s2-liplianin dvb) Did you look in /usr/include/linux/dvb/... or in /usr/src/linux/... ? For compiling use

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread Goga777
> Your headers seem broken. What should happen (i.e. in upstream kernel > git) is: let's have a look on my headers (debian sid kernel 2.6.30 s2-liplianin dvb) > linux/dvb/frontend.h has: > #include I have it #ifndef _DVBFRONTEND_H_ #define _DVBFRONTEND_H_ #include > linux/types.h has: > #i

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread Anssi Hannula
Goga777 wrote: > Hi > > I can't compile vdr 179 > > arvdr:/usr/src/vdr# LANG=C make > g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -c -DREMOTE_KBD > -DLIRC_DEVICE=\"/dev/lircd\" -DRCU_DEVICE=\"/dev/ttyS0\" -D_GNU_SOURCE > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURC

Re: [vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread Goga777
Hi I can't compile vdr 179 arvdr:/usr/src/vdr# LANG=C make g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -c -DREMOTE_KBD -DLIRC_DEVICE=\"/dev/lircd\" -DRCU_DEVICE=\"/dev/ttyS0\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DVIDEODIR=\"/video\" -DCONF

[vdr] [ANNOUNCE] VDR developer version 1.7.9

2009-08-23 Thread Klaus Schmidinger
VDR developer version 1.7.9 is now available at ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.7.9.tar.bz2 A 'diff' against the previous version is available at ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.7.8-1.7.9.diff WARNING: This is a *developer* version. Even though *I* use