On Thu, Dec 2, 2010 at 4:07 PM, Alon Levy <al...@redhat.com> wrote: > On Thu, Dec 02, 2010 at 03:56:28PM +0100, Gianluca Cecchi wrote: >> On Thu Dec 2 05:25:19 PST 2010 Marc-André Lureau wrote: >> > One week after 0.1.0, here is the second release of spice-gtk! >> > >> > http://spice-space.org/download/gtk/spice-gtk-0.2.tar.bz2 >> >> Hello, >> my system is F13 x86_64 with virt-preview enabled. >> I get this when running make command, after installing dependencies in >> README and after runnincg configure (without any option). >> ... >> make[3]: Entering directory `/tmp/spice/spice-gtk-0.2/common' >> make[3]: Nothing to be done for `all-am'. >> make[3]: Leaving directory `/tmp/spice/spice-gtk-0.2/common' >> make[2]: Leaving directory `/tmp/spice/spice-gtk-0.2/common' >> Making all in gtk >> make[2]: Entering directory `/tmp/spice/spice-gtk-0.2/gtk' >> GEN vncdisplaykeymap_xorgevdev2xtkbd.c >> GEN vncdisplaykeymap_xorgkbd2xtkbd.c >> GEN vncdisplaykeymap_xorgxquartz2xtkbd.c >> GEN vncdisplaykeymap_xorgxwin2xtkbd.c >> GEN vncdisplaykeymap_osx2xtkbd.c >> GEN vncdisplaykeymap_win322xtkbd.c >> make all-am >> make[3]: Entering directory `/tmp/spice/spice-gtk-0.2/gtk' >> CC spice-widget.lo >> spice-widget.c: In function 'clipboard_received_cb': >> spice-widget.c:1660: error: 'VD_AGENT_CLIPBOARD_NONE' undeclared > > You have a too old spice-protocol - get 0.6.3 from the download page: > http://spice-space.org/download.html > >> (first use in this function) >> spice-widget.c:1660: error: (Each undeclared identifier is reported only once >> spice-widget.c:1660: error: for each function it appears in.) >> make[3]: *** [spice-widget.lo] Error 1 >> make[3]: Leaving directory `/tmp/spice/spice-gtk-0.2/gtk' >> make[2]: *** [all] Error 2 >> make[2]: Leaving directory `/tmp/spice/spice-gtk-0.2/gtk' >> make[1]: *** [all-recursive] Error 1 >> make[1]: Leaving directory `/tmp/spice/spice-gtk-0.2' >> make: *** [all] Error 2 >> >> Gianluca >> _______________________________________________ >> Spice-devel mailing list >> Spice-devel@lists.freedesktop.org >> http://lists.freedesktop.org/mailman/listinfo/spice-devel >
Hello, in the mean time I picked 0.6.3 spice related rpm packages from here: http://www.linux-kvm.com/content/spice-063-rpms-fedora-13 Then yum localupdate spice*rpm Updating: spice-client x86_64 0.6.3-1.fc13 /spice-client-0.6.3-1.fc13.x86_64 2.6 M spice-protocol noarch 0.6.3-1.fc13 /spice-protocol-0.6.3-1.fc13.noarch 76 k spice-server x86_64 0.6.3-1.fc13 /spice-server-0.6.3-1.fc13.x86_64 4.0 M Installing for dependencies: DevIL x86_64 1.7.8-4.fc13 fedora 252 k SILLY x86_64 0.1.0-7.fc12 fedora 18 k cegui x86_64 0.6.2-5.fc13 fedora 865 k tinyxml x86_64 2.5.3-5.fc12 fedora 47 k tolua++ x86_64 1.0.93-1.fc13 fedora 42 k reextracted from scratch the build dir, run configure and make and getting now: ... make[3]: Entering directory `/vista/Users/tekkaman/Documents/virtualizzazione/spice/spice-gtk-0.2/common' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/vista/Users/tekkaman/Documents/virtualizzazione/spice/spice-gtk-0.2/common' make[2]: Leaving directory `/vista/Users/tekkaman/Documents/virtualizzazione/spice/spice-gtk-0.2/common' Making all in gtk make[2]: Entering directory `/vista/Users/tekkaman/Documents/virtualizzazione/spice/spice-gtk-0.2/gtk' GEN vncdisplaykeymap_xorgevdev2xtkbd.c GEN vncdisplaykeymap_xorgkbd2xtkbd.c GEN vncdisplaykeymap_xorgxquartz2xtkbd.c GEN vncdisplaykeymap_xorgxwin2xtkbd.c GEN vncdisplaykeymap_osx2xtkbd.c GEN vncdisplaykeymap_win322xtkbd.c make all-am make[3]: Entering directory `/vista/Users/tekkaman/Documents/virtualizzazione/spice/spice-gtk-0.2/gtk' CC spice-widget.lo CC spice-widget-enums.lo CC vncdisplaykeymap.lo CC vncgrabsequence.lo CCLD libspice-client-gtk.la CC spice-audio.lo CC spice-util.lo CC spice-session.lo CC spice-channel.lo CC spice-channel-enums.lo CC tcp.lo CC spice-marshal.lo CC spice-pulse.lo CC generated_demarshallers.lo CC generated_demarshallers1.lo CC generated_marshallers.lo CC generated_marshallers1.lo CC channel-base.lo CC channel-main.lo CC channel-display.lo CC channel-display-mjpeg.lo CC channel-cursor.lo CC channel-inputs.lo CC channel-playback.lo CC channel-record.lo CC decode-glz.lo CC decode-jpeg.lo CC decode-zlib.lo CC mem.lo CC marshaller.lo CC canvas_utils.lo CC sw_canvas.lo CC pixman_utils.lo CC lines.lo CC rop3.lo CC quic.lo CC lz.lo CC region.lo CCLD libspice-client-glib.la CC SpiceClientGtk_la-spice-client-gtk-module.lo CC SpiceClientGtk_la-spice-client-gtk-module.defs.lo CCLD SpiceClientGtk.la CC spicy.o CC spice-cmdline.o CCLD spicy CC snappy.o CCLD snappy GISCAN SpiceClientGLib-1.0.gir GISCAN SpiceClientGtk-1.0.gir Couldn't find include 'Pango-1.0.gir' (search path: ['.', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0']) make[3]: *** [SpiceClientGtk-1.0.gir] Error 1 make[3]: Leaving directory `/vista/Users/tekkaman/Documents/virtualizzazione/spice/spice-gtk-0.2/gtk' make[2]: *** [all] Error 2 make[2]: Leaving directory `/vista/Users/tekkaman/Documents/virtualizzazione/spice/spice-gtk-0.2/gtk' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/vista/Users/tekkaman/Documents/virtualizzazione/spice/spice-gtk-0.2' make: *** [all] Error 2 _______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel