qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH] QEMU_OPTION_spice is not guarded by ifdef


From: Roy Tam
Subject: [Qemu-devel] Re: [PATCH] QEMU_OPTION_spice is not guarded by ifdef
Date: Tue, 26 Oct 2010 21:33:26 +0800

2010/10/26 Gerd Hoffmann <address@hidden>:
> On 10/26/10 13:33, Roy Tam wrote:
>>
>> Hi all,
>>
>> commit 29b0040be6371c403dae0fef7fec36b814e300e8 breaks building when
>> "--disable-spice" configure switch is used. The following patch fix
>> this.
>
> Huh?  It builds fine for me.  What build failure do you get?
>

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)
C:/msys/home/User/qemu/vl.c:2601: error: (Each undeclared identifier
is reported only once
C:/msys/home/User/qemu/vl.c:2601: error: for each function it appears in.)
make[1]: *** [vl.o] Error 1
make: *** [subdir-libhw32] Error 2


> cheers,
>  Gerd
>
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]