From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLIje-0005r5-JQ for qemu-devel@nongnu.org; Tue, 01 Nov 2011 14:06:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLIjd-0003Gi-JS for qemu-devel@nongnu.org; Tue, 01 Nov 2011 14:06:54 -0400 Received: from fmmailgate07.web.de ([217.72.192.248]:54937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLIjd-0003GZ-Cj for qemu-devel@nongnu.org; Tue, 01 Nov 2011 14:06:53 -0400 Received: from moweb002.kundenserver.de (moweb002.kundenserver.de [172.19.20.108]) by fmmailgate07.web.de (Postfix) with ESMTP id 3C867AB9D30 for ; Tue, 1 Nov 2011 19:06:52 +0100 (CET) Message-ID: <4EB034F5.7060408@web.de> Date: Tue, 01 Nov 2011 19:05:41 +0100 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: <4EB0202E.50701@web.de> <1320170376-21605-1-git-send-email-andreas.faerber@web.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 2/4] softfloat: Avoid uint16 type conflict on Darwin List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Juan Pineda , qemu-devel@nongnu.org, Eric Sunshine Am 01.11.2011 19:01, schrieb Peter Maydell: > On 1 November 2011 17:59, Andreas F=C3=A4rber = wrote: >> Apple's FSEvents.h has #include , which wants >> /usr/include/Block.h but due to case-insensitive file system and >> include path jungle gets QEMU's ./block.h, which in turn includes >> softfloat.h indirectly. >=20 > Incidentally, surely you need to fix this anyway (ie fix the > include path issue somehow)? Yes, that's why I'm explicitly documenting it. I have no clue how to fix it though. Experts' opinion welcome! Andreas