From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CtAMA-0001u8-W2 for qemu-devel@nongnu.org; Mon, 24 Jan 2005 14:58:39 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CtAM6-0001qV-VJ for qemu-devel@nongnu.org; Mon, 24 Jan 2005 14:58:34 -0500 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ct9zb-0005Ik-QI for qemu-devel@nongnu.org; Mon, 24 Jan 2005 14:35:20 -0500 Received: from localhost (localhost [127.0.0.1]) by djali.polytechnique.org (Postfix) with ESMTP id C5522331BB for ; Mon, 24 Jan 2005 20:35:18 +0100 (CET) Received: from djali.polytechnique.org ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23369-05 for ; Mon, 24 Jan 2005 20:35:18 +0100 (CET) Received: from [84.99.204.84] (unknown [84.99.204.84]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 94ACB3318A for ; Mon, 24 Jan 2005 20:35:18 +0100 (CET) Message-ID: <41F54E29.7090000@bellard.org> Date: Mon, 24 Jan 2005 20:36:09 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Mac OS X compilation failure References: <333EB3AD-6DFD-11D9-956A-0003930FE4AA@df.lth.se> <8CCB081D-6E03-11D9-A061-000A958E35DC@axiros.com> In-Reply-To: <8CCB081D-6E03-11D9-A061-000A958E35DC@axiros.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Daniel Egger wrote: > On 24.01.2005, at 12:43, Christian Brunschen wrote: > >> Summarized, these contain: a few warnings about statements with no >> effect in the network layer, a number of warnings about redefinitions >> of 'intX_t' types in dyngen_exec.h, and then in target-i386/translate.c, >> 1) a large number of "warning: initialization from incompatible >> pointer type", >> 2) a large number of "error: too many arguments to function >> `gen_op_foo_bar''' If someone opens me an account on a Mac OS X host, I can look at it. I would also need an account on a x86_64 host to complete the x86_64 host and target support... Fabrice.