On Sun, Jun 8, 2014 at 3:27 PM, Nikos Mavrogiannopoulos <[email protected]> wrote: > On Sun, 2014-06-08 at 13:46 +0300, Alon Bar-Lev wrote: >> On Sun, Jun 8, 2014 at 1:44 PM, Nikos Mavrogiannopoulos <[email protected]> >> wrote: >> > On Sun, 2014-06-08 at 05:20 +0300, Alon Bar-Lev wrote: >> >> Add -Wno-portability to automake, as without: >> >> >> >> automake-1.13: warnings are treated as errors >> >> gtk-doc.make:83: warning: GTK_DOC_V_SETUP_$(V: non-POSIX recursive >> >> variable expansion >> >> doc/reference/Makefile.am:85: 'gtk-doc.make' included from here >> >> gtk-doc.make:84: warning: GTK_DOC_V_SETUP_$(AM_DEFAULT_VERBOSITY: >> >> non-POSIX recursive variable expansion >> > >> > Not sure about this, as I don't see the error (I'm using automake 1.14 >> > though). Which flags did you use to configure? >> > >> >> What gtk-doc are you using? >> >> sys-devel/autoconf-2.69 >> sys-devel/automake-1.13.4 >> sys-devel/gettext-0.18.3.2 >> sys-devel/libtool-2.4.2 >> dev-util/gtk-doc-1.20 > > I use Debian's: > autoconf-2.69-6 > automake-1.14.1-3 > gettext-0.18.3.2-1 > libtool-2.4.2-1.7 > dev-util/gtk-doc-1.20-1 >
Great, so we are using more or less same. Try the following: $ git clean -dxf $ touch ChangeLog $ gtkdocize --copy $ autoreconf -ivf autoreconf-2.69: Entering directory `.' autoreconf-2.69: configure.ac: not using Gettext autoreconf-2.69: running: aclocal --force -I m4 -I gl/m4 -I lib/glm4 autoreconf-2.69: configure.ac: tracing autoreconf-2.69: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. libtoolize: copying file `build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' autoreconf-2.69: running: /usr/bin/autoconf-2.69 --force autoreconf-2.69: running: /usr/bin/autoheader-2.69 --force autoreconf-2.69: running: automake --add-missing --copy --force-missing configure.ac:43: installing 'build-aux/ar-lib' configure.ac:36: installing 'build-aux/config.guess' configure.ac:36: installing 'build-aux/config.sub' configure.ac:24: installing 'build-aux/install-sh' configure.ac:24: installing 'build-aux/missing' Makefile.am: installing './INSTALL' doc/Makefile.am:26: installing 'build-aux/mdate-sh' doc/Makefile.am:26: installing 'build-aux/texinfo.tex' automake-1.13: warnings are treated as errors gtk-doc.make:83: warning: GTK_DOC_V_SETUP_$(V: non-POSIX recursive variable expansion doc/reference/Makefile.am:85: 'gtk-doc.make' included from here gtk-doc.make:84: warning: GTK_DOC_V_SETUP_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion doc/reference/Makefile.am:85: 'gtk-doc.make' included from here gtk-doc.make:106: warning: GTK_DOC_V_SCAN_$(V: non-POSIX recursive variable expansion doc/reference/Makefile.am:85: 'gtk-doc.make' included from here gtk-doc.make:107: warning: GTK_DOC_V_SCAN_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion doc/reference/Makefile.am:85: 'gtk-doc.make' included from here gtk-doc.make:110: warning: GTK_DOC_V_INTROSPECT_$(V: non-POSIX recursive variable expansion doc/reference/Makefile.am:85: 'gtk-doc.make' included from here gtk-doc.make:111: warning: GTK_DOC_V_INTROSPECT_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion doc/reference/Makefile.am:85: 'gtk-doc.make' included from here gtk-doc.make:142: warning: GTK_DOC_V_TMPL_$(V: non-POSIX recursive variable expansion doc/reference/Makefile.am:85: 'gtk-doc.make' included from here gtk-doc.make:143: warning: GTK_DOC_V_TMPL_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion doc/reference/Makefile.am:85: 'gtk-doc.make' included from here gtk-doc.make:163: warning: GTK_DOC_V_XML_$(V: non-POSIX recursive variable expansion doc/reference/Makefile.am:85: 'gtk-doc.make' included from here gtk-doc.make:164: warning: GTK_DOC_V_XML_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion doc/reference/Makefile.am:85: 'gtk-doc.make' included from here gtk-doc.make:180: warning: GTK_DOC_V_HTML_$(V: non-POSIX recursive variable expansion doc/reference/Makefile.am:85: 'gtk-doc.make' included from here gtk-doc.make:181: warning: GTK_DOC_V_HTML_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion doc/reference/Makefile.am:85: 'gtk-doc.make' included from here gtk-doc.make:184: warning: GTK_DOC_V_XREF_$(V: non-POSIX recursive variable expansion doc/reference/Makefile.am:85: 'gtk-doc.make' included from here gtk-doc.make:185: warning: GTK_DOC_V_XREF_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion doc/reference/Makefile.am:85: 'gtk-doc.make' included from here gtk-doc.make:216: warning: GTK_DOC_V_PDF_$(V: non-POSIX recursive variable expansion doc/reference/Makefile.am:85: 'gtk-doc.make' included from here gtk-doc.make:217: warning: GTK_DOC_V_PDF_$(AM_DEFAULT_VERBOSITY: non-POSIX recursive variable expansion doc/reference/Makefile.am:85: 'gtk-doc.make' included from here examples/Makefile.am: installing 'build-aux/depcomp' configure.ac: installing 'build-aux/ylwrap' parallel-tests: installing 'build-aux/test-driver' autoreconf-2.69: automake failed with exit status: 1
