From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Welche Subject: Re: stdbool.h -nostdinc XSA-55 trouble Date: Fri, 9 Aug 2013 08:55:20 +0100 Message-ID: <20130809075520.GE290@quark> References: <20130808114945.GG22372@quark> <5203B51402000078000EA534@nat28.tlf.novell.com> <20130808151835.GB870@quark> <5203D59E02000078000EA634@nat28.tlf.novell.com> <20130808154714.GD870@quark> <5204ABEA02000078000EA8CA@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <5204ABEA02000078000EA8CA@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, Aug 09, 2013 at 07:44:26AM +0100, Jan Beulich wrote: > >>> On 08.08.13 at 17:47, Patrick Welche wrote: > > On Thu, Aug 08, 2013 at 04:30:06PM +0100, Jan Beulich wrote: > >> No, according to my checking, the --prefix configure option > >> listed does not correlate with the directory where the header > >> is found. > > > > Yes - I think our emails crossed... > > > > The underlying problem is: > > > > Linux: /usr/lib/gcc/i?86-linux-gnu/n.m/include/stdbool.h > > NetBSD: /usr/include/stdbool.h > > So then my original recommendation holds: Extend the Solaris > workaround to NetBSD, but at the same time generalize it by > moving it from xen/arch/*/Rules.mk to xen/Rules.mk. Ian C's asm/types.h suggestion also gives me a more or less successful build - at least all libelf parts are fine. (-head fails on tools with libxlu_cfg_y.c: In function 'xlu__cfg_yyparse': libxlu_cfg_y.c:1292:41: error: 'scanner' undeclared (first use in this function) but the repository files were automatically regenerated e.g. with bison 3, and flex may have been "tweaked") Cheers, Patrick