GFreenect icon indicating copy to clipboard operation
GFreenect copied to clipboard

autogen.sh

Open fafabone opened this issue 10 years ago • 5 comments

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 avatar May 31 '15 18:05 fafabone

Can you suggest a solution?

fafabone avatar Jun 02 '15 12:06 fafabone

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.

elima avatar Jun 02 '15 12:06 elima

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 avatar Jul 03 '15 17:07 fafabone

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

fafabone avatar Jul 12 '15 16:07 fafabone

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

elima avatar Dec 19 '15 12:12 elima