alexlarsson / gthree

Gthree is a GObject/Gtk+ port of three.js
MIT License
85 stars 13 forks source link

Error when running ./autogen.sh without installed GObject Introspection #7

Closed ghost closed 9 years ago

ghost commented 9 years ago
gthree/Makefile.am:179: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL
autoreconf: automake failed with exit status: 1
ghost commented 9 years ago

Since https://github.com/alexlarsson/gthree/pull/4 introspection is required now?

ghost commented 9 years ago

216b0c4, a commit before #4 compiles fine.

alexlarsson commented 9 years ago

Well, it uses the GOBJECT_INTROSPECTION_CHECK macro, so its necessary if you build from git i guess. Its not needed for the generated tarball. Of course, there are not really a release tarball out.

If you really don't want to install gobject-introspection, you can put https://git.gnome.org/browse/gobject-introspection/tree/m4/introspection.m4 into the m4 subdirectory.

ghost commented 9 years ago

@alexlarsson no, I'm fine having it, this issue was more of a possible workaround for #6

Thanks!