From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55985 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjFt7-0006Yy-DI for qemu-devel@nongnu.org; Wed, 11 Aug 2010 14:18:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjFt5-0005Wc-Ti for qemu-devel@nongnu.org; Wed, 11 Aug 2010 14:18:53 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:49214) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjFt5-0005W4-CN for qemu-devel@nongnu.org; Wed, 11 Aug 2010 14:18:51 -0400 Message-ID: <4C62E980.9090707@mail.berlios.de> Date: Wed, 11 Aug 2010 20:18:40 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] Unmaintained QEMU builds References: <4C62825A.6000903@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 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? > >> I suspect that the same is true for QEMU on Darwin (lots of errors like >> darwin-user/qemu.h:149: error: cast to pointer from integer of different >> size), >> but I'm not sure here because I have no valid Darwin test environment. >> Maybe someone can test this. >> >> What about these environments? They have no maintainers. >> Should they be marked as unsupported? Are they still used? >> Or should they be removed? > > I compile test mingw32 very often, it's part of my build test setup. > If the build breaks, I may even fix the problem. > > But perhaps darwin-user should be removed. >