From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYpSo-00009P-9Z for qemu-devel@nongnu.org; Thu, 08 Dec 2011 20:41:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYpSn-00005g-5H for qemu-devel@nongnu.org; Thu, 08 Dec 2011 20:41:26 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:49639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYpSm-00005c-U4 for qemu-devel@nongnu.org; Thu, 08 Dec 2011 20:41:25 -0500 Received: by ggnk1 with SMTP id k1so3093374ggn.4 for ; Thu, 08 Dec 2011 17:41:24 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <1323244048-6021-1-git-send-email-balrogg@gmail.com> <1323244048-6021-3-git-send-email-balrogg@gmail.com> <4EDFD6CF.6000001@web.de> Date: Fri, 9 Dec 2011 02:41:24 +0100 Message-ID: From: andrzej zaborowski Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/2] configure: remove --enable-cocoa (default), add --disable-cocoa. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Andreas_F=C3=A4rber?= Cc: Peter Maydell , qemu-devel@nongnu.org, Pavel Borzenkov On 9 December 2011 02:25, andrzej zaborowski wrote: >>> Cocoa support seems to be broken at the moment, at least on some >>> MacOS X versions. =C2=A0But qemu builds and runs with SDL. >> >> Many times have I asked how to actually use SDL with QEMU on Mac OS X. >> If you've figured it out, please share that knowledge! What SDL download >> do you use, what parameters do you pass to configure, etc.? > > I installed SDL through "fink", the package manager. =C2=A0It's sdl_1.2.4= -8 > and the configure line apparently is nothing more than ./configure > --prefix=3D/sw --mandir=3D/sw/share/man Fink applies the following patch, too: http://fink.cvs.sourceforge.net/viewvc/fink/dists/10.7/stable/main/finkinfo= /games/sdl.patch?revision=3D1.2&view=3Dmarkup Cheers