From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C3VWY-0000Cq-60 for qemu-devel@nongnu.org; Sat, 04 Sep 2004 04:03:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C3VWU-0000C9-Kk for qemu-devel@nongnu.org; Sat, 04 Sep 2004 04:03:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C3VWR-0000Be-1v for qemu-devel@nongnu.org; Sat, 04 Sep 2004 04:03:43 -0400 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1C3VQn-0003Jl-A1 for qemu-devel@nongnu.org; Sat, 04 Sep 2004 03:57:53 -0400 Message-ID: <413974F9.9080607@gmx.com> Date: Sat, 04 Sep 2004 09:55:37 +0200 From: "Bochnig, Martin" MIME-Version: 1.0 Subject: Re: [Qemu-devel] Keyboard problem in qemu 0.6.0-2 References: <4139299A.3090607@bigpond.net.au> <41392AAF.2020408@bigpond.net.au> <413943E6.1000901@bigpond.net.au> <4138A646.3000500@gmx.com> <41392034.6000602@bigpond.net.au> <41396C33.4000505@gmx.com> In-Reply-To: <41396C33.4000505@gmx.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: bochnig@pool.math.tu-berlin.de, 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 Bochnig, Martin wrote: > Kim Adil wrote: > >> Thanks Martin, it worked perfectly. >> >> Kim > Kim, simply delete or comment out the two lines surrounding CONFIG_SDL_GENERIC_KBD ' s definition (lines #32 and#34 in my case) in QEMU's original sdl.c, so that it is processed in any case: // #if defined(__APPLE__) #define CONFIG_SDL_GENERIC_KBD // #endif Works perfectly - thanks to Juergen's hint.