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

2012-01-22 Thread Hawes, Mark
Hi, I have updated my current build taken from the Media Build Tree last Tuesday with the contents of the linux media tarball dated 22/01/2012 and rebuilt my drivers. I still get the same results. As the system initialises the following lines appear in the syslog: Jan 23 12:16:44 Nutrigrain kern

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

2012-01-22 Thread Stuart Morris
I also had to copy compiler.h from my kernel sources to the media_build directory otherwise various plugins would not compile. cp /usr/src/kernels/2.6.35.14-96.fc14.i686.PAE/include/linux/compiler.h /usr/local/src/media_build/linux/include/linux/ --- On Sun, 22/1/12, Stuart Morris wrote: > Fro

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

2012-01-22 Thread Stuart Morris
Thanks I pointed Make.config to the media_build/linux directory and built that way. I'm surprised because I fully expected the media_build script to install the headers to. --- On Sun, 22/1/12, Ian Bates wrote: > From: Ian Bates > Subject: Re: [vdr] [ANNOUNCE] VDR developer version 1.7.23 > To

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

2012-01-22 Thread Ian Bates
Hi, Something to try: *Short answer* Make sure VDR Make.config points to the appropriate media_build directory (DVBDIR variable) *Longer answer* I'm not sure a simple 'install' of the DVB drivers changes any system headers. So VDR needs to point the headers relevant to the available modules

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

2012-01-22 Thread Stuart Morris
Hi I have updated my DVB drivers using: git clone git://linuxtv.org/media_build.git cd media_build ./build make install Yet VDR complains of the wrong DVB API version number: dvbdevice.h:18:2: error: #error VDR requires Linux DVB driver API version 5.3 or higher! /usr/include/linux/dvb/version.