From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIWjB-0001Yx-1Y for qemu-devel@nongnu.org; Sun, 21 Jun 2009 19:45:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIWj6-0001Yl-L2 for qemu-devel@nongnu.org; Sun, 21 Jun 2009 19:45:36 -0400 Received: from [199.232.76.173] (port=42716 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIWj6-0001Yi-FT for qemu-devel@nongnu.org; Sun, 21 Jun 2009 19:45:32 -0400 Received: from mail-yx0-f192.google.com ([209.85.210.192]:37289) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MIWj6-0006fg-1D for qemu-devel@nongnu.org; Sun, 21 Jun 2009 19:45:32 -0400 Received: by yxe30 with SMTP id 30so4164328yxe.4 for ; Sun, 21 Jun 2009 16:45:30 -0700 (PDT) Message-ID: <4A3EC618.2000200@codemonkey.ws> Date: Sun, 21 Jun 2009 18:45:28 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [Qemu-commits] [COMMIT 537fe2d] Make sure to use SDL_CFLAGS everywhere we includeSDL headers References: <200906162031.n5GKVkTW025657@d01av03.pok.ibm.com> <5b31733c0906210302i5b633454w6f2954d7fb5cfeee@mail.gmail.com> In-Reply-To: <5b31733c0906210302i5b633454w6f2954d7fb5cfeee@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Filip Navara Cc: qemu-devel Filip Navara wrote: > > Please note that this commits breaks the Win32 port in several ways. > First problem is the SDL_main definition as already pointed out on the > mailing list. The other problem is that default mingw32 builds of SDL > redirect stderr/stdout through the SDL_main hack (and in incorrect way > too, but I will leave that for the SDL folks), so it's nearly > impossible to getconsole output - ie. error messages or help. I have a fix in queue, but... For mingw32 we don't want to use SDL_main? But we want to use it for OS X? Regards, Anthony Liguori