Re: [Spice-devel] Difficulty in building qemu with spice enabled

2011-02-21 Thread wangfeng wangfeng
Thanks! But I have installed spice-protocol before. In Building_Instructions, there are instructions: cd $SRC_ROOT/spice-protocol ./autogen.sh --prefix=$INST_ROOT # if it complains about missing m4 directory do a #mkdir m4 #./autogen.sh --prefix=$INST_ROOT make install 在 2011年2月22日 上午10:57,Songw

Re: [Spice-devel] Difficulty in building qemu with spice enabled

2011-02-21 Thread Songwen Liao
Hi, you should install spice-protocol. download the spice-protocol-0.6.3.tar.gz or later,and run configure;make;make install. then install spice,it will be work for you. thanks. 在 2011年2月22日 上午9:45,wangfeng wangfeng 写道: > hi, > When I compile spice following the Building_Instructions, > an error

Re: [Spice-devel] Difficulty in building qemu with spice enabled

2011-02-21 Thread wangfeng wangfeng
hi, When I compile spice following the Building_Instructions, an error appears after " ./autogen.sh --prefix=$INST_ROOT " : *** ... checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for x8

Re: [Spice-devel] Difficulty in building qemu with spice enabled

2011-02-21 Thread Songwen Liao
Hi, If you just compile the spice server,there is no spice-server.pc in your PKG_CONFIG_PATH. So,you can find the .pc file and move it to your PKG_CONFIG_PATH or the standard path. just let the qemu can find spice-server library.. thanks. --

[Spice-devel] Difficulty in building qemu with spice enabled

2011-02-21 Thread Frédéric Grelot
Hello everyone, Because of a bug I mentioned on the v...@lists.fedoraproject.org mailing list (available here : http://lists.fedoraproject.org/pipermail/virt/2011-February/002539.html ), I tried to manually build my own copy of qemu-kvm, with spice enabled. I'm not sure if that is a "./configu

Re: [Spice-devel] [PATCH] protocol: RFC: add clipboard selection capability

2011-02-21 Thread Hans de Goede
Hi, On 02/19/2011 02:04 PM, Marc-André Lureau wrote: Hi On Sat, Feb 19, 2011 at 11:07 AM, Hans de Goede wrote: VDAgentClipboard* messages MUST be prepended with a uint8_t indicating which clipboard selection to operate. I'm not sure I like this part, I would rather see new structs to use wh