From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQ72U-0000WF-PK for qemu-devel@nongnu.org; Thu, 22 Jan 2009 16:24:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQ72T-0000UI-4x for qemu-devel@nongnu.org; Thu, 22 Jan 2009 16:24:38 -0500 Received: from [199.232.76.173] (port=59186 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ72S-0000UD-U7 for qemu-devel@nongnu.org; Thu, 22 Jan 2009 16:24:36 -0500 Received: from main.gmane.org ([80.91.229.2]:39132 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LQ72S-0000fs-Gc for qemu-devel@nongnu.org; Thu, 22 Jan 2009 16:24:36 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LQ72N-0007GE-0e for qemu-devel@nongnu.org; Thu, 22 Jan 2009 21:24:31 +0000 Received: from 204.147.152.1 ([204.147.152.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Jan 2009 21:24:31 +0000 Received: from void by 204.147.152.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Jan 2009 21:24:31 +0000 From: Consul Date: Thu, 22 Jan 2009 13:24:19 -0800 Message-ID: References: <4978D9F6.7030201@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <4978D9F6.7030201@codemonkey.ws> Sender: news Subject: [Qemu-devel] Re: Windows compilation broken 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 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; however I see a lot of compiler warnings like 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