Hi, I've recently had a problem too. I resolved it like that (i don't know if the compilation error was the same as mine...) :
Add this line to the Makefile of VDR : DEFINES += -D_GNU_SOURCE *+DEFINES += -D__KERNEL_STRICT_NAMES * DEFINES += -DVIDEODIR=\"$(VIDEODIR)\" Cheers. 2009/3/3 Gregoire Favre <gregoire.fa...@gmail.com> > Hello, > > just tried compiling vdr-1.7.4 against my v4l-dvb hg's source which > fails if I don't use this : > > --- vdr.c~ 2009-01-18 12:02:37.000000000 +0100 > +++ vdr.c 2009-03-03 22:17:49.000000000 +0100 > @@ -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 <termios.h> > > Happy VDR :-) > -- > Grégoire FAVRE http://gregoire.favre.googlepages.com http://www.gnupg.org > http://picasaweb.google.com/Gregoire.Favre > > _______________________________________________ > vdr mailing list > vdr@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr >
_______________________________________________ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr