Creating a project in Glade, C source out. It says AM_GNU_GETTEXT in `configure.in' but `intl' not in SUBDIRS when doing autogen.sh I don't know what it's talking about. But looking on the glade site, all the support programs are >= to the versions they ask for. My code uses the "Gnome Application Window" and some checkboxes and tables. Nothing too special other then that. I think this is a problem with glade itself, but I really don't know. Reproducible: Always Steps to Reproduce: 1.Create gnome project 2.run autoconf.sh and follow the instructions 3. Actual Results: Making ./aclocal.m4 writable ... Running aclocal -I macros ... Running autoheader... Running automake --gnu ... Makefile.am:3: AM_GNU_GETTEXT in `configure.in' but `intl' not in SUBDIRS **Error**: automake failed.
i don't think this is a blocker. anyway, meanwhile, this is a known problem with glade. the authors have not addressed this problem with the 0.6.x series, even in CVS. there is a workaround here: http://perso.club-internet.fr/denis.etienne/2002/comparatif/solution_glade_en.html i'm inclined to close this, but i'll take a look at the code to see if we can patch this.
i've added a patch to fix their template autogen.sh files. but it still requires you to do the "mv po/Makevars.template po/Makevars" suggested in the workaround page if you use gettext support. it is possibly easier to just uncheck gettext support as suggested in the workaround document.