From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33285 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PB1xp-00081L-IS for qemu-devel@nongnu.org; Wed, 27 Oct 2010 05:06:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PB1xl-0007zD-Oh for qemu-devel@nongnu.org; Wed, 27 Oct 2010 05:06:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PB1xl-0007z1-HK for qemu-devel@nongnu.org; Wed, 27 Oct 2010 05:06:29 -0400 Message-ID: <4CC7EB91.6030300@redhat.com> Date: Wed, 27 Oct 2010 11:06:25 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <4CC6C5A7.5020106@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] QEMU_OPTION_spice is not guarded by ifdef List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Roy Tam Cc: qemu-devel > I did a "make clean" before but I am still getting error about > QEMU_OPTION_spice. > Log: > (...) > LINK qemu-io.exe > GEN libhw32/qemu-options.def > CC libhw32/vl.o > C:/msys/home/User/qemu/vl.c: In function `qemu_main': > C:/msys/home/User/qemu/vl.c:2601: error: `QEMU_OPTION_spice' > undeclared (first use in this function) Ah, windows. /me tries a cross build. Works fine for me. cheers, Gerd