From patchwork Mon Jun 1 11:38:55 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Klaus Schmidinger X-Patchwork-Id: 12735 Received: from crow.cadsoft.de ([217.86.189.86] helo=raven.cadsoft.de) by mail.linuxtv.org with esmtp (Exim 4.63) (envelope-from ) id 1MB5r5-0003Td-4k for vdr@linuxtv.org; Mon, 01 Jun 2009 13:39:03 +0200 Received: from [192.168.100.10] (hawk.cadsoft.de [192.168.100.10]) by raven.cadsoft.de (8.14.3/8.14.3) with ESMTP id n51Bcu4l008880 for ; Mon, 1 Jun 2009 13:38:56 +0200 Message-ID: <4A23BDCF.90604@cadsoft.de> Date: Mon, 01 Jun 2009 13:38:55 +0200 From: Klaus Schmidinger Organization: CadSoft Computer GmbH User-Agent: Thunderbird 2.0.0.19 (X11/20081227) MIME-Version: 1.0 To: vdr@linuxtv.org References: <4A1DCC42.9000108@biodome.org> <4A1E3DBB.8010108@e-tobi.net> <4A1E4C97.5060504@e-tobi.net> <225f8855a634df5f8b4fdc9623e9714f.squirrel@webmail.biodome.org> In-Reply-To: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (raven.cadsoft.de [192.168.1.1]); Mon, 01 Jun 2009 13:38:56 +0200 (CEST) X-LSpam-Score: -2.6 (--) X-LSpam-Report: No, score=-2.6 required=5.0 tests=AWL=0.008, BAYES_00=-2.599 autolearn=ham Subject: Re: [vdr] error compiling vdr 1.7.7 (frontend.h - '__u8' does not name a type) X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2009 11:39:03 -0000 Status: O X-Status: X-Keywords: X-UID: 20695 On 28.05.2009 16:49, VDR User wrote: > Or you may also just do this: > > --- vdr.c.orig 2009-04-12 11:05:51.000000000 -0700 > +++ vdr.c 2009-04-12 11:07:08.000000000 -0700 > @@ -32,6 +32,7 @@ > #include > #include > #include > +#include > #include > #include > #include I don't see how this would make any difference, since the problem is in compiling dvbdevice.c, not vdr.c >From the suggestion in http://e-tobi.net/websvn/filedetails.php?repname=vdr-pkg&path=%2Fvdr%2Fbranches%2Fdevel%2Fdebian%2Fpatches%2F99_dvb-header-fixes.dpatch posted earlier in this thread I found that this alone fixes the problem (tested with the latest driver from http://linuxtv.org/hg/v4l-dvb). Klaus --- 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 // FIXME: workaround for broken linux-dvb header files #include #include #include "device.h"