From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LfFzV-0000nG-HP for qemu-devel@nongnu.org; Thu, 05 Mar 2009 11:00:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LfFzU-0000mh-Lh for qemu-devel@nongnu.org; Thu, 05 Mar 2009 11:00:09 -0500 Received: from [199.232.76.173] (port=38479 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LfFzU-0000mc-Er for qemu-devel@nongnu.org; Thu, 05 Mar 2009 11:00:08 -0500 Received: from cantor.suse.de ([195.135.220.2]:53895 helo=mx1.suse.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LfFzT-0007fp-Rx for qemu-devel@nongnu.org; Thu, 05 Mar 2009 11:00:08 -0500 Message-ID: <49AFF704.1000405@suse.de> Date: Thu, 05 Mar 2009 17:00:04 +0100 From: Alexander Graf MIME-Version: 1.0 Subject: Re: [Qemu-devel] compiling trunk on mac os x 10.5.6 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 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 Cc: lists@schmidp.com Philipp Schmid wrote: > Hi, > > I'm trying to compile the qemu trunk on mac os x leopard, but I get > the attached error. > This is the configure line I'm using: > > ./configure --enable-darwin-user --disable-sdl --enable-cocoa > --disable-kvm --disable-kqemu > > What is the status of trunk on os x, is it supposed to work? > It looks like there is a qemu-types.h supposed to be in darwin-user. I haven't seen darwin user being maintained for quite some time now. Unless you really need it, it's probably best to not use it or fix it :-). The system emulation should work. Alex