Re: [blfs-dev] spice (libvirt)

2013-01-09 Thread Tobias Gasser
Am 09.01.2013 03:50, schrieb Wayne Blaszczyk: On 09/01/13 09:56, Tobias Gasser wrote: I think the issue is this: checking X11/XKBlib.h usability... no checking X11/XKBlib.h presence... no checking for X11/XKBlib.h... no I've replicated your error by renaming /usr/include/X11/XKBlib.h to

Re: [blfs-dev] spice (libvirt)

2013-01-09 Thread Tobias Gasser
I think the issue is this: checking X11/XKBlib.h usability... no checking X11/XKBlib.h presence... no checking for X11/XKBlib.h... no spice does not search for /usr/X11/include i know, the book does no longer support this and i already have some other packages where i have to spcecify

Re: [blfs-dev] spice (libvirt)

2013-01-09 Thread Bruce Dubbs
Tobias Gasser wrote: spice does not search for /usr/X11/include i know, the book does no longer support this and i already have some other packages where i have to spcecify flags or patch the makefiles. We do support alternative locations for Xorg. Some packages need to have the

Re: [blfs-dev] spice (libvirt)

2013-01-08 Thread Tobias Gasser
Am 08.01.2013 02:42, schrieb Wayne Blaszczyk: What happens if you try?: --with-gtk=3.0 --with-x11 checking What rendering backend to use. configure: error: X11 SHM backend is not compatible with GTK3 Can you post your full configure command that you used for spice-gtk and

Re: [blfs-dev] spice (libvirt)

2013-01-08 Thread Wayne Blaszczyk
On 09/01/13 09:56, Tobias Gasser wrote: Am 08.01.2013 02:42, schrieb Wayne Blaszczyk: What happens if you try?: --with-gtk=3.0 --with-x11 checking What rendering backend to use. configure: error: X11 SHM backend is not compatible with GTK3 Can you post your full

[blfs-dev] spice (libvirt)

2013-01-07 Thread Tobias Gasser
thanks to wayne and armin i was able to build libvirt. next step now is libvirt and kmu with spice afer resolving some dependencies i could configure spice-gtk but compile fails: spice-gtk-0.15 CC spice-grabsequence.lo CC desktop-integration.lo CC usb-device-widget.lo

Re: [blfs-dev] spice (libvirt)

2013-01-07 Thread Tobias Gasser
if i specify --with-gtk=2.0 --with-x11 make runs fine. i use gtk2 2.24.14 and gtk3 3.7.4 as spice-gtk 0.15 is dated 12/21 it is just a few days newer then gtk3 3.7.4 which is from 12/18. maybe i'll have to restart once again with gtk3 3.6.3 which is in the book (or try

Re: [blfs-dev] spice (libvirt)

2013-01-07 Thread Randy McMurchy
On 1/7/2013 9:38 AM, Tobias Gasser wrote: as spice-gtk 0.15 is dated 12/21 it is just a few days newer then gtk3 3.7.4 which is from 12/18. maybe i'll have to restart once again with gtk3 3.6.3 which is in the book (or try 3.6.4 which is avaiable now). so far i had no issues with 3.7.4

Re: [blfs-dev] spice (libvirt)

2013-01-07 Thread Tobias Gasser
gtk3 3.7.4 sorry, i got the wrong version... on this machine i'm still at gtk3 3.6.2, not 3.7. (i've downloaded 3.7.4 but not yet tried it.) i now am compiling 3.6.4 and will restart X in a few moments. but i don't expect spice-gtk can be build with 3.6.4 or 3.6.3 (which i will test next).

Re: [blfs-dev] spice (libvirt)

2013-01-07 Thread Tobias Gasser
Am 07.01.2013 16:49, schrieb Randy McMurchy: You do realize that the 3.7.x branch of GTK+ is developmental, right? Current stable is 3.6.x, and the 3.7.x branch is what will eventually become the stable 3.8.x branch. Though I personally have never used the developmental branch, others have and

Re: [blfs-dev] spice (libvirt)

2013-01-07 Thread Tobias Gasser
Am 07.01.2013 16:38, schrieb Tobias Gasser: if i specify --with-gtk=2.0 --with-x11 i now tried spice-gtk-0.14 and -0.15 with gtk 3.6.2, 3.6.3, 3.6.4. amd even 3.4.4 but get always the same error. google was no help. i have no more ideas what else i can do to get spice-gtk

Re: [blfs-dev] spice (libvirt)

2013-01-07 Thread Wayne Blaszczyk
On 08/01/13 06:14, Tobias Gasser wrote: Am 07.01.2013 16:38, schrieb Tobias Gasser: if i specify --with-gtk=2.0 --with-x11 i now tried spice-gtk-0.14 and -0.15 with gtk 3.6.2, 3.6.3, 3.6.4. amd even 3.4.4 but get always the same error. What happens if you try?: