I just downloaded image creator today, and am having problems building it: $ git clone http://www.moblin.org/repos/tools/moblin-image-creator.git ... $ cd moblin-image-creator $ ./autogen.sh + intltoolize --force You should add the contents of '/usr/share/aclocal/intltool.m4' to 'aclocal.m4'. + aclocal -I m4 configure.ac:28: warning: macro `AM_GNU_GETTEXT' not found in library configure.ac:29: warning: macro `AM_GNU_GETTEXT_VERSION' not found in library + autoconf configure.ac:28: error: possibly undefined macro: AM_GNU_GETTEXT If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:29: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION + exit 1 $
I am using a Fedora 8 system, with * intltoolize (GNU intltool) 0.36.2 * aclocal (GNU automake) 1.10 * autoconf (GNU Autoconf) 2.61 * automake (GNU automake) 1.10 * gettext (GNU gettext-runtime) 0.16.1 I tried adding the contents of /usr/share/aclocal/intltool.m4 to aclocal.m4, as instructed by intltoolize, but I was still left with the errors about AM_GNU_GETTEXT. Anyone know what's up with this? Thanks, -- Tim ============================= Tim Bird Architecture Group Chair, CE Linux Forum Senior Staff Engineer, Sony Corporation of America ============================= _______________________________________________ dev mailing list [email protected] https://www.moblin.org/mailman/listinfo/dev
