Re: [Spice-devel] Announcing usbredir-0.6

2012-12-19 Thread javaon
Yes, the commit fixed the problem! Suggest to release a new spice-gtk package. (I noticed you guys are working on a new release in another email, it's good :-) ) Thanks. On 12/19/2012 05:11 PM, Hans de Goede wrote: Hi, On 12/18/2012 03:48 PM, javaon wrote: ok.. forgot my last email. Explicit

Re: [Spice-devel] Announcing usbredir-0.6

2012-12-19 Thread Hans de Goede
Hi, On 12/18/2012 03:48 PM, javaon wrote: ok.. forgot my last email. Explicitly specifying USBREDIR_LIBS USBREDIR_CFLAGS resolved the problem: # USBREDIR_CFLAGS=/usr/local/include USBREDIR_LIBS=/usr/local/lib ./configure --with-gtk=3.0 --enable-usbredir=yes --enable-smartcard=yes --with-pytho

Re: [Spice-devel] Announcing usbredir-0.6

2012-12-18 Thread Uri Lublin
On 12/18/2012 06:00 PM, javaon wrote: configure process was ok, but failed to make. The below is the error messages on screen: make[4]: Entering directory `/usr/local/src/spice-gtk-0.14/gtk' CCLD spicy /usr/local/src/spice-gtk-0.14/gtk/.libs/libspice-client-glib-2.0.so: undefined reference

Re: [Spice-devel] Announcing usbredir-0.6

2012-12-18 Thread javaon
configure process was ok, but failed to make. The below is the error messages on screen: make[4]: Entering directory `/usr/local/src/spice-gtk-0.14/gtk' CCLD spicy /usr/local/src/spice-gtk-0.14/gtk/.libs/libspice-client-glib-2.0.so: undefined reference to `usbredirfilter_string_to_rules' /u

Re: [Spice-devel] Announcing usbredir-0.6

2012-12-18 Thread javaon
ok.. forgot my last email. Explicitly specifying USBREDIR_LIBS USBREDIR_CFLAGS resolved the problem: # USBREDIR_CFLAGS=/usr/local/include USBREDIR_LIBS=/usr/local/lib ./configure --with-gtk=3.0 --enable-usbredir=yes --enable-smartcard=yes --with-python=yes thanks. On 12/18/2012 10:39 PM, java

Re: [Spice-devel] Announcing usbredir-0.6

2012-12-18 Thread javaon
I also thought so.. but when I tried to configure spice-gtk 0.14 with usbredir 0.6, I got this: checking for USBREDIR... no configure: error: usbredir support explicitly requested, but some required packages are not available The configure options I used: # ./configure --with-gtk=3.0 --enable

Re: [Spice-devel] Announcing usbredir-0.6

2012-12-17 Thread Hans de Goede
Hi, On 12/15/2012 02:32 AM, javaon wrote: Great, Hans, can current spice 0.12 + spice-gtk 0.14 work with this new usbredir 0.6? Yes, but on the host side you need qemu[-kvm] >= 1.3, as indicated here: http://spice-space.org/page/UsbRedir Regards, Hans thanks, On 12/14/2012 08:48 PM, Ha

Re: [Spice-devel] Announcing usbredir-0.6

2012-12-14 Thread javaon
Great, Hans, can current spice 0.12 + spice-gtk 0.14 work with this new usbredir 0.6? thanks, On 12/14/2012 08:48 PM, Hans de Goede wrote: Hi All, I'm happy to announce usbredir-0.6 usbredir-0.6 13 December 2012 --- -usbredirproto: -add support for bulk packets

[Spice-devel] Announcing usbredir-0.6

2012-12-14 Thread Hans de Goede
Hi All, I'm happy to announce usbredir-0.6 usbredir-0.6 13 December 2012 --- -usbredirproto: -add support for bulk packets with 32 bits length -add support for buffered bulk input -usbredirparser: -add support for bulk packets with 32 bits length -add support fo