From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36432 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OkZpz-0008IL-Hf for qemu-devel@nongnu.org; Sun, 15 Aug 2010 05:49:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OkZpx-0006UH-Mf for qemu-devel@nongnu.org; Sun, 15 Aug 2010 05:49:07 -0400 Received: from mail-qy0-f180.google.com ([209.85.216.180]:39285) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OkZpx-0006UC-JH for qemu-devel@nongnu.org; Sun, 15 Aug 2010 05:49:05 -0400 Received: by qyk11 with SMTP id 11so2422418qyk.4 for ; Sun, 15 Aug 2010 02:49:05 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4C62FBFE.8050801@mail.berlios.de> References: <4C62825A.6000903@mail.berlios.de> <4C62E980.9090707@mail.berlios.de> <4C62FBFE.8050801@mail.berlios.de> From: Blue Swirl Date: Sun, 15 Aug 2010 09:48:45 +0000 Message-ID: Subject: Re: [Qemu-devel] Unmaintained QEMU builds Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers Thanks, applied both. On Wed, Aug 11, 2010 at 7:37 PM, Stefan Weil wrote: > Am 11.08.2010 21:19, schrieb Blue Swirl: >> >> On Wed, Aug 11, 2010 at 6:51 PM, Blue Swirl =C2=A0= wrote: >> >>> >>> On Wed, Aug 11, 2010 at 6:18 PM, Stefan Weil >>> =C2=A0wrote: >>> >>>> >>>> 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 > >