From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQ5yf-0003Gd-Cz for qemu-devel@nongnu.org; Thu, 22 Jan 2009 15:16:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQ5ye-0003FO-Oo for qemu-devel@nongnu.org; Thu, 22 Jan 2009 15:16:36 -0500 Received: from [199.232.76.173] (port=59126 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ5ye-0003Ez-Es for qemu-devel@nongnu.org; Thu, 22 Jan 2009 15:16:36 -0500 Received: from main.gmane.org ([80.91.229.2]:34338 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 1LQ5ye-0002QS-4f for qemu-devel@nongnu.org; Thu, 22 Jan 2009 15:16:36 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LQ5yb-0004Ys-7B for qemu-devel@nongnu.org; Thu, 22 Jan 2009 20:16:33 +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 20:16:33 +0000 Received: from void by 204.147.152.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Jan 2009 20:16:33 +0000 From: Consul Date: Thu, 22 Jan 2009 12:16:23 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: news Subject: [Qemu-devel] 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 As of revision 6410 the windows compilation is broken. Is it that my build environment is too old? Alex. $ uname -a MINGW32_NT-5.1 WCX14931 1.0.10(0.46/3/2) 2004-03-15 07:17 i686 unknown $ gcc --version gcc.exe (GCC) 3.4.2 (mingw-special) CC audio/dsoundaudio.o In file included from c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/rpc.h:40, from c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/objbase.h:3, from audio/dsoundaudio.c:38: c:/mingw/bin/../lib/gcc/mingw32/3.4.2/../../../../include/rpcdce.h:366: error: syntax error before "__attribute__" In file included from audio/dsoundaudio.c:407: audio/dsound_template.h:26:1: warning: "NAME2" redefined In file included from audio/dsoundaudio.c:405: audio/dsound_template.h:34:1: warning: this is the location of the previous definition In file included from audio/dsoundaudio.c:407: audio/dsound_template.h:31:1: warning: "FIELD2" redefined In file included from audio/dsoundaudio.c:405: audio/dsound_template.h:39:1: warning: this is the location of the previous definition make: *** [audio/dsoundaudio.o] Error 1