From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HUJNH-00074t-Fh for qemu-devel@nongnu.org; Thu, 22 Mar 2007 05:14:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HUJNG-00071Y-2B for qemu-devel@nongnu.org; Thu, 22 Mar 2007 05:14:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUJNF-000712-ST for qemu-devel@nongnu.org; Thu, 22 Mar 2007 04:14:21 -0500 Received: from smtp5-g19.free.fr ([212.27.42.35]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HUJLT-0002XZ-BF for qemu-devel@nongnu.org; Thu, 22 Mar 2007 05:12:31 -0400 Received: from imp3-g19.free.fr (imp3-g19.free.fr [212.27.42.3]) by smtp5-g19.free.fr (Postfix) with ESMTP id 08A078B3F for ; Thu, 22 Mar 2007 10:12:30 +0100 (CET) Message-ID: <1174554749.4602487ddd176@imp.free.fr> Date: Thu, 22 Mar 2007 10:12:29 +0100 From: denis.scheidt@free.fr Subject: Re: [Qemu-devel] qemu-cvs-2007-3-22 compile error (in cygwin) References: <20070322081057.000039F401F20291@mail6.dreamwiz.com> <46d6db660703220122p34cd661er42a5598e9e491035@mail.gmail.com> In-Reply-To: <46d6db660703220122p34cd661er42a5598e9e491035@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 I have exactly the same error, using MinGW. I commented out the faulty line in vl.c, and compiled again. Now, I have following error : C:/msys/home/Denis/qemu/hw/pckbd.c:376: undefined reference to `vmmouse_i= nit' make[1]: *** [qemu.exe] Error 1 make[1]: Leaving directory `/home/Denis/qemu/i386-softmmu' make: *** [subdir-i386-softmmu] Error 2 Selon Christian MICHON : > use mingw to compile qemu for windows hosts, not cygwin. > if I recall well, SDL does not cope well on cygwin. > -- > Christian > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >