From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DBk04-0008AD-F1 for qemu-devel@nongnu.org; Wed, 16 Mar 2005 20:40:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DBk01-00088D-8U for qemu-devel@nongnu.org; Wed, 16 Mar 2005 20:40:35 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBk01-00087w-2L for qemu-devel@nongnu.org; Wed, 16 Mar 2005 20:40:33 -0500 Received: from [209.232.213.235] (helo=mail.snowcrest.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DBjjK-0000Xq-CZ for qemu-devel@nongnu.org; Wed, 16 Mar 2005 20:23:18 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.snowcrest.net (Postfix) with ESMTP id 003D89641DE for ; Wed, 16 Mar 2005 17:23:11 -0800 (PST) Received: from [209.232.210.11] (webmaster.snowcrest.net [209.232.210.11]) by mail.snowcrest.net (Postfix) with ESMTP id 5D9459641CC for ; Wed, 16 Mar 2005 17:23:11 -0800 (PST) Message-ID: <4238DC1A.7050503@sakurakingdom.com> Date: Wed, 16 Mar 2005 17:23:38 -0800 From: Masahiro Knittel MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Compiling qemu-0.6.1 on Mac OS X 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 I'm having one hell of a time trying to get QEmu 0.6.1 to work on my iBook. I'm currently running Mac OS 10.2.8 and am using the dev tools downloaded from Apple's developer's forum for OS 10.2 released in Dec 2002 which has gcc 3.1. I compiled the latest release of SDL from source. When I run the configure script for qemu 0.6.1, the script tells me that it doesn't have SDL support even though I just compiled it. When I run make, it exits with an error saying it can't find 'sys/poll.h'. I'm completely stuck and have no clue what to do. The reason I'm compiling from source is because the binary installer at freeoszoo will install fine but the binary will crash because it can't resolve some symbols in a library. I'm assuming this is because the binary was compiled in a newer version of Mac OS X and the differences in the libraries is causing this. Does anyone have any advice? I really would appreciate it. Thanks.