From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQ7KU-0007YD-1Z for qemu-devel@nongnu.org; Thu, 22 Jan 2009 16:43:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQ7KS-0007XQ-0P for qemu-devel@nongnu.org; Thu, 22 Jan 2009 16:43:13 -0500 Received: from [199.232.76.173] (port=46661 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ7KR-0007XL-TE for qemu-devel@nongnu.org; Thu, 22 Jan 2009 16:43:11 -0500 Received: from mail-qy0-f20.google.com ([209.85.221.20]:36617) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LQ7KR-0002lo-I6 for qemu-devel@nongnu.org; Thu, 22 Jan 2009 16:43:11 -0500 Received: by qyk13 with SMTP id 13so6883106qyk.10 for ; Thu, 22 Jan 2009 13:43:04 -0800 (PST) Message-ID: <4978E859.80506@codemonkey.ws> Date: Thu, 22 Jan 2009 15:42:49 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Windows compilation broken References: <4978D9F6.7030201@codemonkey.ws> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: 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 Consul wrote: > Anthony Liguori wrote: >> Consul wrote: >>> As of revision 6410 the windows compilation is broken. Is it that my >>> build environment is too old? >> >> Does it build if you disable dsound? It builds for me with mingw32 >> using gcc 4. >> > > It does compile without dsound; Okay, a patch to fix dsound would be appreciated. > however I see a lot of compiler warnings like I get a metric ton of warnings from the win32 build. Patches to fix some of those would be appreciated too. It's something I always mean to spend to do but have not gotten around to it. Regards, Anthony Liguori > socket.h:90: warning: "struct iovec" declared inside parameter list > vl.c:1296: warning: no previous prototype for 'host_alarm_handler' > c:/test/qemu/hw/vga.c:1515: warning: redundant redeclaration of > 'rgb_to_pixel_dup_table' > c:/test/qemu/exec.c:106: warning: alignment of 'code_gen_prologue' is > greater than maximum object file alignment. Using 16 > > >