You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build (under ubuntu 12.04) without having gtk-doc installed and got the following error from autoreconf --install --force (and from bootstrap):
docs/reference/gtkglext/Makefile.am:112: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
docs/reference/gtkglext/Makefile.am:192: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
autoreconf: automake failed with exit status: 1
Installing gtk-doc-tools made this error disappear.
The text was updated successfully, but these errors were encountered:
I tried to build (under ubuntu 12.04) without having gtk-doc installed and got the following error from autoreconf --install --force (and from bootstrap):
docs/reference/gtkglext/Makefile.am:112: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
docs/reference/gtkglext/Makefile.am:192: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
autoreconf: automake failed with exit status: 1
Installing gtk-doc-tools made this error disappear.
The text was updated successfully, but these errors were encountered: