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
   CC     spice-widget-cairo.lo
   CC     spice-widget-enums.lo
spice-widget.c: In function 'set_mouse_accel':
spice-widget.c:702:5: error: unknown type name 'Display'
spice-widget.c:702:5: warning: implicit declaration of function 
'GDK_WINDOW_XDISPLAY' [-Wimplicit-function-declaration]
spice-widget.c:702:5: warning: nested extern declaration of 
'GDK_WINDOW_XDISPLAY' [-Wnested-externs]
spice-widget.c:702:26: warning: initialization makes pointer from 
integer without a cast [enabled by default]
spice-widget.c:706:9: warning: implicit declaration of function 
'XChangePointerControl' [-Wimplicit-function-declaration]
spice-widget.c:706:9: warning: nested extern declaration of 
'XChangePointerControl' [-Wnested-externs]
spice-widget.c:706:42: error: 'True' undeclared (first use in this function)
spice-widget.c:706:42: note: each undeclared identifier is reported only 
once for each function it appears in
spice-widget.c:709:9: warning: implicit declaration of function 
'XGetPointerControl' [-Wimplicit-function-declaration]
spice-widget.c:709:9: warning: nested extern declaration of 
'XGetPointerControl' [-Wnested-externs]
   CC     spicy-spicy.o
   CC     spicy-spice-cmdline.o



and 0.14
   CC     spice-gtk-session.lo
   CC     spice-widget.lo
spice-widget.c: In function 'do_pointer_grab':
spice-widget.c:747:9: error: unknown type name 'Display'
spice-widget.c:747:9: warning: implicit declaration of function 
'GDK_WINDOW_XDISPLAY' [-Wimplicit-function-declaration]
spice-widget.c:747:9: warning: nested extern declaration of 
'GDK_WINDOW_XDISPLAY' [-Wnested-externs]
spice-widget.c:747:30: warning: initialization makes pointer from 
integer without a cast [enabled by default]
spice-widget.c:749:9: warning: implicit declaration of function 
'XGetPointerControl' [-Wimplicit-function-declaration]
spice-widget.c:749:9: warning: nested extern declaration of 
'XGetPointerControl' [-Wnested-externs]
spice-widget.c:751:9: warning: implicit declaration of function 
'XChangePointerControl' [-Wimplicit-function-declaration]
spice-widget.c:751:9: warning: nested extern declaration of 
'XChangePointerControl' [-Wnested-externs]
spice-widget.c:751:42: error: 'False' undeclared (first use in this 
function)
spice-widget.c:751:42: note: each undeclared identifier is reported only 
once for each function it appears in
spice-widget.c: In function 'try_mouse_ungrab':
spice-widget.c:848:9: error: unknown type name 'Display'
spice-widget.c:848:30: warning: initialization makes pointer from 
integer without a cast [enabled by default]
spice-widget.c:852:42: error: 'True' undeclared (first use in this function)



browsing the source i can't see why the variable 'Display' should not exist.

the second error in with 0.15 i can get rid of by
sed 's@, True, True@, true, true@g'
but i guess 'True' is a variable defined in possibly the same include 
which should define 'Display'.


i already tried with -j1




any hint?

tobias
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to