elima / GFreenect

GFreenect is a wrapper for the Freenect library written using Glib in order to control a Kinect device and make it easy to use with GNOME technologies.
http://www.joaquimrocha.com/2012/01/20/announcing-gfreenect/
GNU Lesser General Public License v3.0
36 stars 11 forks source link

autogen.sh #12

Open fafabone opened 9 years ago

fafabone commented 9 years ago

I have these errors: * No gtk-doc support * * No autoreconf found * When I try ./autogen.sh from GFreenect dir I'm using Ubuntu 14.04 with Gnome 3 desktop

fafabone commented 9 years ago

Can you suggest a solution?

elima commented 9 years ago

You have to install gtk-doc-tools and autoconf packages. Under ubuntu/debian: apt-get install gtk-doc-tools autoconf Other distros should have these packages with similar names.

fafabone commented 9 years ago

Ok, Now I have installed those packages, but I have these errors/warnings: Makefile.am: installing './INSTALL' doc/reference/Makefile.am:76: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') gfreenect/Makefile.am:76: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL gfreenect/Makefile.am:91: warning: addprefix $(srcdir: non-POSIX variable name gfreenect/Makefile.am:91: (probably a GNU make extension) gfreenect/Makefile.am: installing './depcomp' gfreenect/Makefile.am:89: warning: variable '@PRJ_GIR_TARGET_NAME@_LDFLAGS' is defined but no program or gfreenect/Makefile.am:89: library has '@PRJ_GIR_TARGET_NAME@' as canonical name (possible typo) autoreconf: automake failed with exit status: 1

Please, can you help me? Thanks

fafabone commented 9 years ago

Is this project still active? Can you help me, pease?

elima commented 8 years ago

Try installing packages 'libgirepository1.0-dev' and 'gobject-introspection'.