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
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
> 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
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
> 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
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
> > 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
> 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
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
> >> 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
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
> > > 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
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
___
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
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
> 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
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
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 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
19 matches
Mail list logo