From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Egger, Christoph" Subject: Re: State of Stubdomains on NetBSD Date: Wed, 8 May 2013 17:27:33 +0200 Message-ID: <518A6EE5.5010206@amazon.de> References: <20130207110347.GX6193@type.bordeaux.inria.fr> <518A2B05.8020706@amazon.de> <20130508152002.GF8733@type.youpi.perso.aquilenet.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20130508152002.GF8733@type.youpi.perso.aquilenet.fr> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Samuel Thibault , tech mailinglists , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 08.05.13 17:20, Samuel Thibault wrote: > Christoph Egger, le Wed 08 May 2013 12:37:57 +0200, a =E9crit : >> On 07.02.13 12:03, Samuel Thibault wrote: >>> Hello, >>> >>> tech mailinglists, le Thu 07 Feb 2013 11:56:39 +0100, a =E9crit : >>>> I read in the wiki that stubdomains aren't support on NetBSD. Will sub= doms be >>>> supported on NetBSD? Is someone working on that topic actually? >>> >>> I see no reason why it should be hard to do it, so it should be just a >>> matter of someone with a NetBSD box to just try and fix the few missing >>> bits. >> >> It fails to build with 'stddef.h: No such file or directory'. >> stddef.h is in /usr/include/ which is not part of the search-path. > = > This is supposed to be coming from > = > GCC_INSTALL =3D $(shell LANG=3DC gcc -print-search-dirs | sed -n -e 's/in= stall: \(.*\)/\1/p') > TARGET_CPPFLAGS +=3D -isystem $(GCC_INSTALL)include GCC_INSTALL is empty on NetBSD. Christoph