On Mon, 2009-07-20 at 09:20 +0800 guo xuepeng wrote: > Hi folks, > > I checked out the source code of mojito and tried to build it. But I got the > below errors about "AM_GLIB_GNU_GETTEXT". My platform is moblin with kernel
AM_GLIB_GNU_GETTEXT is defined in glib-gettext.m4, which is in glib development package. You might want to install it. > 2.6.30.1-5.2. I tried to install the dependences on gettext via yum, but > this helps nothing. Could anybody help me out of this? Thanks in advance. > > BR, > Xuepeng Guo > > [xg...@localhost project]$ git clone git://git.moblin.org/mojito > Initialized empty Git repository in /home/xguo2/project/mojito/.git/ > remote: Counting objects: 3813, done. > remote: Compressing objects: 100% (2460/2460), done. > remote: Total 3813 (delta 2713), reused 1858 (delta 1327) > Receiving objects: 100% (3813/3813), 548.51 KiB | 717 KiB/s, done. > Resolving deltas: 100% (2713/2713), done. > [xg...@localhost project]$ cd mojito/ > [xg...@localhost mojito]$ ls > AUTHORS NEWS configure.ac mojito-client.pc.in po > COPYING README examples mojito-keyfob services > ChangeLog TODO m4 mojito-keystore src > INSTALL acinclude.m4 mojito mojito-keystore.pc.in tests > Makefile.am autogen.sh mojito-client mojito-module.pc.in tools > [xg...@localhost mojito]$ ./autogen.sh > autoreconf: Entering directory `.' > autoreconf: configure.ac: not using Gettext > autoreconf: running: aclocal -I m4 > configure.ac:24: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library > autoreconf: configure.ac: tracing > autoreconf: configure.ac: creating directory build-aux > autoreconf: running: libtoolize --copy > 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' > configure.ac:24: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library > autoreconf: running: /usr/bin/autoconf > configure.ac:24: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > autoreconf: /usr/bin/autoconf failed with exit status: 1 > _______________________________________________ > Moblin dev Mailing List > dev@moblin.org > > To manage or unsubscribe from this mailing list visit: > http://lists.moblin.org/listinfo/dev or your user account on > http://moblin.org once logged in. > > For more information on the Moblin Developer Mailing lists visit: > http://moblin.org/community/mailing-lists _______________________________________________ Moblin dev Mailing List dev@moblin.org To manage or unsubscribe from this mailing list visit: http://lists.moblin.org/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists