From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BsrKu-0001x0-V2 for qemu-devel@nongnu.org; Thu, 05 Aug 2004 19:07:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BsrKq-0001uu-VS for qemu-devel@nongnu.org; Thu, 05 Aug 2004 19:07:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BsrKq-0001uO-IL for qemu-devel@nongnu.org; Thu, 05 Aug 2004 19:07:44 -0400 Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BsrH4-0002Ro-RX for qemu-devel@nongnu.org; Thu, 05 Aug 2004 19:03:51 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BsrH3-0000ay-00 for ; Fri, 06 Aug 2004 01:03:49 +0200 Received: from amarseille-206-1-22-172.w81-48.abo.wanadoo.fr ([81.48.123.172]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Aug 2004 01:03:49 +0200 Received: from daimon55 by amarseille-206-1-22-172.w81-48.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Aug 2004 01:03:49 +0200 From: Ronald Date: Fri, 06 Aug 2004 01:03:46 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] win32 again Reply-To: daimon55@free.fr, 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 Hi, I have tied to compare the make output with both linux and win32 build. I have the same binutils (2.15) and gcc (3.2.3) and have configured only for i386-softmmu and ppc-softmmu for win: ./configure --enable-mingw32 --cross-prefix=i386-mingw32- for linux: ./configure --prefix=/usr --target-list="i386-softmmu ppc-softmmu" Win: i386-mingw32-gcc -DQEMU_TOOL -Wall -O2 -g -fno-strict-aliasing -fpack-struct -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o qemu-img.exe qemu-img.c block.c block-cow.c block-qcow.c aes.c block-vmdk.c -lz -lmingwex In file included from vl.h:66, from qemu-img.c:24: osdep.h:31: warning: `struct siginfo' declared inside parameter list osdep.h:31: warning: its scope is only this definition or declaration, which is probably not what you want In file included from vl.h:66, from block.c:24: osdep.h:31: warning: `struct siginfo' declared inside parameter list osdep.h:31: warning: its scope is only this definition or declaration, which is probably not what you want In file included from vl.h:66, from block-qcow.c:24: osdep.h:31: warning: `struct siginfo' declared inside parameter list osdep.h:31: warning: its scope is only this definition or declaration, which is probably not what you want In file included from vl.h:66, from aes.c:30: osdep.h:31: warning: `struct siginfo' declared inside parameter list osdep.h:31: warning: its scope is only this definition or declaration, which is probably not what you want In file included from vl.h:66, from block-vmdk.c:24: osdep.h:31: warning: `struct siginfo' declared inside parameter list osdep.h:31: warning: its scope is only this definition or declaration, which is probably not what you want Linux: gcc -DQEMU_TOOL -Wall -O2 -g -fno-strict-aliasing -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o qemu-img qemu-img.c block.c block-cow.c block-qcow.c aes.c block-vmdk.c -lz