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

Problem running the "autogen.sh" file #5

Closed raerpo closed 11 years ago

raerpo commented 12 years ago

Hi. When i'm trying to run the autogen.sh file i'm getting this error:

autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --install --copy autoreconf: running: /usr/bin/autoconf autoreconf: running: /usr/bin/autoheader autoreconf: running: automake --add-missing --copy --no-force gfreenect/Makefile.am:76: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL gfreenect/Makefile.am:90: addprefix $(srcdir: non-POSIX variable name gfreenect/Makefile.am:90: (probably a GNU make extension) autoreconf: automake failed with exit status: 1

And i can't continue with the making process. Any idea?

seyacat commented 12 years ago

install gobject-introspection

now i have problem with

No package 'libfreenect' found

but it is installed

seyacat commented 12 years ago

find solution here :)

http://tayyabnaseer.blogspot.com/2012/05/installing-skeltrack-on-ubuntu.html

elima commented 11 years ago

Not a problem with GFreenect, so closing. Thanks for reporting.