From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HUMh4-0006qa-1P for qemu-devel@nongnu.org; Thu, 22 Mar 2007 08:47:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HUMh2-0006pb-DN for qemu-devel@nongnu.org; Thu, 22 Mar 2007 08:47:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUMh2-0006pU-16 for qemu-devel@nongnu.org; Thu, 22 Mar 2007 07:47:00 -0500 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HUMfE-0000XU-F6 for qemu-devel@nongnu.org; Thu, 22 Mar 2007 08:45:08 -0400 Date: Thu, 22 Mar 2007 12:40:20 +0000 Subject: Re: [Qemu-devel] qemu-cvs-2007-3-22 compile error (in cygwin) Message-ID: <20070322124019.GJ2311@networkno.de> References: <20070322081057.000039F401F20291@mail6.dreamwiz.com> <46d6db660703220122p34cd661er42a5598e9e491035@mail.gmail.com> <1174554749.4602487ddd176@imp.free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1174554749.4602487ddd176@imp.free.fr> From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: denis.scheidt@free.fr Cc: qemu-devel@nongnu.org denis.scheidt@free.fr wrote: > 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 : Win32 appears to have no straight replacement for lockf, so I disabled pidfile locking there for now. > C:/msys/home/Denis/qemu/hw/pckbd.c:376: undefined reference to `vmmouse_init' > make[1]: *** [qemu.exe] Error 1 > make[1]: Leaving directory `/home/Denis/qemu/i386-softmmu' > make: *** [subdir-i386-softmmu] Error 2 Makefile.target should have built vmmouse.o which implements vmmouse_init. Thiemo