From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IbxEw-0004z1-7T for qemu-devel@nongnu.org; Sun, 30 Sep 2007 07:45:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IbxEt-0004ur-SP for qemu-devel@nongnu.org; Sun, 30 Sep 2007 07:45:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IbxEt-0004uX-By for qemu-devel@nongnu.org; Sun, 30 Sep 2007 07:45:35 -0400 Received: from bangui.magic.fr ([195.154.194.245]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IbxEs-0002UN-Ra for qemu-devel@nongnu.org; Sun, 30 Sep 2007 07:45:35 -0400 Subject: Re: [Qemu-devel] Build failure on OS X From: "J. Mayer" In-Reply-To: <9DF95EE0-A0EB-443E-850F-881F2A7B3318@web.de> References: <9DF95EE0-A0EB-443E-850F-881F2A7B3318@web.de> Content-Type: text/plain; charset=ISO-8859-15 Date: Sun, 30 Sep 2007 13:45:28 +0200 Message-Id: <1191152728.29900.102.camel@rapid> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Andreas =?ISO-8859-1?Q?F=E4rber?= On Sun, 2007-09-30 at 12:09 +0200, Andreas F=E4rber wrote: > Hello, Hi, > Anyone any idea what might've caused this build failure? I'm fairly =20 > certain I haven't messed with or updated the system headers. have you just updated your CVS co ? Please try to comment the "always_inline" definition in vl.h / exec-all.h. If this is what's breaking your build, I'll revert this definition. [...] > With line 284 of math.h reading: > static __inline__ int __inline_isfinitef (float ) =20 > __MATH_H_ALWAYS_INLINE__; The fact the error mentions "__attribute__" and ALWAYS_INLINE make me think the always_inline defintion is the suspect here.... Regards. --=20 J. Mayer Never organized