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

Compilation issues #1

Closed namelivia closed 12 years ago

namelivia commented 12 years ago

These are the fixes I had to do in order to compile GFreenect.

1- Mkdir m4, if not autogen.sh won't work. 2- Comment line 12475: `GTK_DOC_CHECK(1.11)' from configure, I was getting syntax error there.

joaquimrocha commented 12 years ago

Hi,

I've pushed a commit that fixes the m4 folder issue.

About 2, I haven't had problems with it. Could it be your autotools version?

namelivia commented 12 years ago

Ok, I have found the solution for that! The gtk-doc package was not installed

elima commented 12 years ago

Yes, you need gtk-doc-tools to compile it, even if you are not planning to build documentation. It sucks, I know.