Re: [Spice-devel] Building celt-0.5.1.3 on OSX - Undefined symbols for architecture x86_64

2011-04-11 Thread Christophe Fergeau
Hi Cliff, On Sat, Apr 09, 2011 at 06:04:38PM -0500, Cliff Sharp wrote: Undefined symbols for architecture x86_64: _ec_ilog, referenced from: _ec_enc_uint in ectest.o _ec_dec_uint in ectest.o _ec_enc_tell in ectest.o _ec_dec_tell in ectest.o _log2_frac in

Re: [Spice-devel] Building celt-0.5.1.3 on OSX - Undefined symbols for architecture x86_64

2011-04-11 Thread Attila Sukosd
Hi, I've also got similar errors during the test, but seemed to work fine regardless... (Of course its not very optimal) Best Regards, Attila On Mon, Apr 11, 2011 at 9:52 AM, Christophe Fergeau cferg...@redhat.comwrote: Hi Cliff, On Sat, Apr 09, 2011 at 06:04:38PM -0500, Cliff Sharp wrote:

Re: [Spice-devel] Building celt-0.5.1.3 on OSX - Undefined symbols for architecture x86_64

2011-04-11 Thread Christophe Fergeau
On Mon, Apr 11, 2011 at 09:57:24AM +0200, Attila Sukosd wrote: I've also got similar errors during the test, but seemed to work fine regardless... (Of course its not very optimal) I indeed forgot to mention that since the error happens in the tests/ directory, one can just ignore it (for

[Spice-devel] Can Spice client supports running on android devices?

2011-04-11 Thread 九天翔龙
Hello! We need use mobile with android OS to control remote OS running on Spice, but we don't find any client or related open source project, so we decided to make our own one. So, Is there any possibility to build android client and where can we get the related documents? Thanks a

[Spice-devel] [PATCH] protocol: use packed-start/end to pack structures

2011-04-11 Thread Christophe Fergeau
spice-protocol comes with 2 headers to handle structure packing, but controller_prot.h and foreign_menu_prot were both using their own preprocessor definitions to handle packing. It's better to have structure packing macros centralized since how it's done varies between compilers, so it may need

Re: [Spice-devel] [PATCH] protocol: use packed-start/end to pack structures

2011-04-11 Thread Christophe Fergeau
On Mon, Apr 11, 2011 at 01:18:27PM +0200, Christophe Fergeau wrote: spice-protocol comes with 2 headers to handle structure packing, but controller_prot.h and foreign_menu_prot were both using their own preprocessor definitions to handle packing. It's better to have structure packing macros

Re: [Spice-devel] [PATCH] protocol: use packed-start/end to pack structures

2011-04-11 Thread Alon Levy
On Mon, Apr 11, 2011 at 01:18:27PM +0200, Christophe Fergeau wrote: spice-protocol comes with 2 headers to handle structure packing, but controller_prot.h and foreign_menu_prot were both using their own preprocessor definitions to handle packing. It's better to have structure packing macros

[Spice-devel] Streaming video command line

2011-04-11 Thread Andrea Celestino
Hi, I have installed Spice and now I'm trying to use it. I'm interested in how spice manage streaming video. I read that there is the option -streaming-video=[all|off|filter] Can you explain me the difference between these three option? Which source file read the command line? Why I have tried

Re: [Spice-devel] Streaming video command line

2011-04-11 Thread Alon Levy
On Mon, Apr 11, 2011 at 03:48:08PM +0200, Andrea Celestino wrote: Hi, I have installed Spice and now I'm trying to use it. I'm interested in how spice manage streaming video. I read that there is the option -streaming-video=[all|off|filter] Can you explain me the difference between these