----- Original Message ----- > > HI all: > I tried to install spicy on my OS(Fedora 16 i386), following the > page: http://hansdegoede.livejournal.com/11494.html > > > then I came to *** Step 6 building spice-gtk with usbredir support > *** > > > I tried this: ./autogen.sh --prefix=/usr --libdir=/usr/lib, and the > privous error passed.However, it now calls: > > checking for SMARTCARD... yes > checking for USBREDIR... no > checking for usb.ids... /usr/share/hwdata/usb.ids > checking for makecontext... yes > checking for swapcontext... yes > checking for getcontext... yes > ./configure: line 17182: syntax error near unexpected token `0.6.7' > ./configure: line 17182: `GOBJECT_INTROSPECTION_CHECK( 0.6.7)' > > It was checked out by git. then there is syntax error here. Is there > anything wrong with my environment ? or something need to be set > before?
introspection.m4 macros seems to be missing in your build environment. Try installing gobject-introspection-devel and rerun autogen _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
