From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46921 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjH7L-0007ud-Nu for qemu-devel@nongnu.org; Wed, 11 Aug 2010 15:37:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjH7K-0001eK-7z for qemu-devel@nongnu.org; Wed, 11 Aug 2010 15:37:39 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:60610) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjH7J-0001eA-SD for qemu-devel@nongnu.org; Wed, 11 Aug 2010 15:37:38 -0400 Message-ID: <4C62FBFE.8050801@mail.berlios.de> Date: Wed, 11 Aug 2010 21:37:34 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] Unmaintained QEMU builds References: <4C62825A.6000903@mail.berlios.de> <4C62E980.9090707@mail.berlios.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: QEMU Developers Am 11.08.2010 21:19, schrieb Blue Swirl: > On Wed, Aug 11, 2010 at 6:51 PM, Blue Swirl wrote: > >> On Wed, Aug 11, 2010 at 6:18 PM, Stefan Weil wrote: >> >>> Am 11.08.2010 18:34, schrieb Blue Swirl: >>> >>>> On Wed, Aug 11, 2010 at 10:58 AM, Stefan Weil >>>> wrote: >>>> >>>>> Hi, >>>>> >>>>> since several months, QEMU for Windows (and mingw32 cross builds) >>>>> no longer builds without error. >>>>> >>>> Not true for mingw32, it was building fine here until the latest commit. >>>> >>> That's a big surprise! Do you have a mingw32 version which includes >>> setenv()? >>> My Debian mingw32-runtime 3.13-1 does not support setenv(), so >>> compilation gives a warning and linking gives an error. >>> >>> And don't you get warnings from SDL headers which redefine >>> WIN32_LEAN_AND_MEAN? >>> >> No, I have even configured with --enable-werror. But it looks like I >> have forgotten to make SDL headers available. I think SDL with mingw32 >> worked at some point, VNC is still fine. >> > With these changes, build succeeds with SDL. For example, > qemu-system-sparc.exe can boot from a Sparc32 CD under Wine. > Yes, that's a possible solution. You could also take these patches which I sent to qemu-devel: http://patchwork.ozlabs.org/patch/49217/ http://patchwork.ozlabs.org/patch/57532/ Regards Stefan