Re: [vdr] #error VDR requires Linux DVB driver API > version 3.3! (was - VDR developer version 1.5.14)

2008-01-29 Thread Matthias Fechner
Hi, VDR User schrieb: > Ps. I'm using a copy of the Make.config example packaged with VDR. > > At the end of the file you can clearly see: > > ### You don't need to touch the following: > > ifdef DVBDIR > INCLUDES += -I$(DVBDIR)/include > endif yes you are right. My buildscript copies the file

Re: [vdr] #error VDR requires Linux DVB driver API > version 3.3! (was - VDR developer version 1.5.14)

2008-01-29 Thread VDR User
The only thing I did was edit the following line in Make.config: DVBDIR = /usr/local/src/multiproto/linux Everything worked fine without any modifying Makefile and so on. One of the most common problems with this is people not using the right path in that line. ___

Re: [vdr] #error VDR requires Linux DVB driver API > version 3.3! (was - VDR developer version 1.5.14)

2008-01-29 Thread VDR User
On Jan 29, 2008 9:27 AM, VDR User <[EMAIL PROTECTED]> wrote: > The only thing I did was edit the following line in Make.config: > > DVBDIR = /usr/local/src/multiproto/linux > > Everything worked fine without any modifying Makefile and so on. One > of the most common problems with this is people

Re: [vdr] #error VDR requires Linux DVB driver API > version 3.3! (was - VDR developer version 1.5.14)

2008-01-29 Thread Matthias Fechner
Hi Tony, Tony Grant wrote: > Sorry it doesn't. I RTFM and modified Make.config and I have the error > so there is something wrong. I have the same here but if I modify the Makefile like described before the problem is fixed. It seems to me that the Makefile does not use DVBDIR. Best regards, Ma

Re: [vdr] #error VDR requires Linux DVB driver API > version 3.3! (was - VDR developer version 1.5.14)

2008-01-29 Thread Tony Grant
Le mardi 29 janvier 2008 à 13:00 +0100, Ales Jurik a écrit : > On Tuesday 29 January 2008, Matthias Fechner wrote: > > I modified now the Makefile and added the following lines after the > > include of the conf file: > > ifdef DVBDIR > > INCLUDES += -I$(DVBDIR)/include > > endif > > > > For plugin

Re: [vdr] #error VDR requires Linux DVB driver API > version 3.3! (was - VDR developer version 1.5.14)

2008-01-29 Thread Ales Jurik
On Tuesday 29 January 2008, Matthias Fechner wrote: > I modified now the Makefile and added the following lines after the > include of the conf file: > ifdef DVBDIR > INCLUDES += -I$(DVBDIR)/include > endif > > For plugins which are using the headerfiles from the new driver I had to > add the three

Re: [vdr] #error VDR requires Linux DVB driver API > version 3.3! (was - VDR developer version 1.5.14)

2008-01-29 Thread Matthias Fechner
Hi, Igor wrote: > please, try to copy the files > > from > > /multiproto/linux/include/linux/dvb/version.h > /multiproto/linux/include/linux/dvb/frontend.h > > to > > /usr/include/linux/dvb > > and recompile the VDR ok it was really a -I Problem with the compile process. I edited the Make.c