From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Xen 4.1.1 kernel build failure Date: Thu, 16 Jun 2011 12:24:12 +0100 Message-ID: References: <4DF9E159.8050401@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4DF9E159.8050401@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Christoph Egger , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 16/06/2011 11:56, "Christoph Egger" wrote: > > Hi, > > xen/drivers/char/console.c fails to compile because it > includes itself and then again via . > > Then gcc fails with redefining va_list in xen/include/xen/stdarg.h. > > One way to fix it is to remove the inclusion > from xen/drivers/char/console.c. > A second way to fix it is to add a multiple inclusion protection > to xen/include/xen/stdarg.h I'll do both. :-) -- Keir > Christoph > >