From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BgpvF-0000wp-0k for qemu-devel@nongnu.org; Sat, 03 Jul 2004 15:11:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BgpvE-0000wB-4v for qemu-devel@nongnu.org; Sat, 03 Jul 2004 15:11:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BgpvE-0000vz-3A for qemu-devel@nongnu.org; Sat, 03 Jul 2004 15:11:36 -0400 Received: from [80.59.103.181] (helo=claunia.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BgptE-0008FQ-3U for qemu-devel@nongnu.org; Sat, 03 Jul 2004 15:09:38 -0400 From: "Natalia Portillo" Date: Sat, 3 Jul 2004 20:10:17 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit In-Reply-To: <40E6FC39.9060205@aol.com> Message-Id: Subject: [Qemu-devel] Problem compiling under mingw32 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 When I try to compile the lastest CVS QEMU from mingw32 qemu-system-ppc-softmmu shows an error (attached below), and the qemu-system-i386-softmmu only shows standard output (help and monitor) when running under MSYS, under the win32 command line it shows nothing. Any idea? $ make for d in i386-softmmu ppc-softmmu; do \ make -C $d all || exit 1 ; \ done make[1]: Entering directory `/home/Claunia/qemu/i386-softmmu' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/Claunia/qemu/i386-softmmu' make[1]: Entering directory `/home/Claunia/qemu/ppc-softmmu' gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/home/Claunia/qemu/target-ppc -I/home/Claunia/qemu -D_GNU_SOURCE -c -o vl.o /home/Claunia/qemu/vl.c In file included from c:/ARCHIV~1/MingW/include/windef.h:246, from c:/ARCHIV~1/MingW/include/windows.h:48, from C:/Archivos de programa/MinGW/MSYS/home/Claunia/qemu/vl.c:60: c:/ARCHIV~1/MingW/include/winnt.h:97: parse error before numeric constant C:/Archivos de programa/MinGW/MSYS/home/Claunia/qemu/vl.c:1205: warning: `term_exit' defined but not used make[1]: *** [vl.o] Error 1 make[1]: Leaving directory `/home/Claunia/qemu/ppc-softmmu' make: *** [all] Error 1