Re: [vdr] error compiling vdr 1.7.7 (frontend.h - '__u8' does not name a type)

2009-06-21 Thread Carsten Koch
On Mon, 2009-06-01 at 13:38 +0200, Klaus Schmidinger wrote: ... posted earlier in this thread I found that this --- dvbdevice.h 2009/05/08 13:33:46 2.5 +++ dvbdevice.h 2009/06/01 11:20:32 @@ -10,6 +10,7 @@ #ifndef __DVBDEVICE_H #define __DVBDEVICE_H +#include sys/mman.h // FIXME:

Re: [vdr] error compiling vdr 1.7.7 (frontend.h - '__u8' does not name a type)

2009-06-01 Thread Klaus Schmidinger
On 28.05.2009 16:49, VDR User wrote: Or you may also just do this: --- vdr.c.orig2009-04-12 11:05:51.0 -0700 +++ vdr.c 2009-04-12 11:07:08.0 -0700 @@ -32,6 +32,7 @@ #include pwd.h #include signal.h #include stdlib.h +#include linux/types.h #include

Re: [vdr] error compiling vdr 1.7.7 (frontend.h - '__u8' does not name a type)

2009-05-28 Thread Tobi
You might want to give the already packaged version of VDR 1.7.7 a try: In general: To compile VDR 1.7.7 with kernel/linux-libc-dev 2.6.29 from Debiab/Sid and/or s2-liplianin use this patch as a workaround for kernel include issues:

Re: [vdr] error compiling vdr 1.7.7 (frontend.h - '__u8' does not name a type)

2009-05-28 Thread BioH
You might want to give the already packaged version of VDR 1.7.7 a try: In general: To compile VDR 1.7.7 with kernel/linux-libc-dev 2.6.29 from Debiab/Sid and/or s2-liplianin use this patch as a workaround for kernel include issues:

Re: [vdr] error compiling vdr 1.7.7 (frontend.h - '__u8' does not name a type)

2009-05-28 Thread VDR User
Or you may also just do this: --- vdr.c.orig2009-04-12 11:05:51.0 -0700 +++ vdr.c 2009-04-12 11:07:08.0 -0700 @@ -32,6 +32,7 @@ #include pwd.h #include signal.h #include stdlib.h +#include linux/types.h #include sys/capability.h #include sys/prctl.h #include