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!

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 ian_and_joa...@talktalk.net wrote: From: Ian Bates ian_and_joa...@talktalk.net Subject:

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

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