Hi Team, I am following the below process as given in the link tio install MIC2 in my Linux system :
http://moblin.org/documentation/moblin-image-creator/create-moblin-image-netbook-or-mid/install-and-run-image-creator git clone http://git.moblin.org/cgit.cgi/moblin-image-creator $ cd moblin-image-creator $ ./autogen.sh $ ./configure $ sudo make install $ sudo image-creator While running teh ./configure I got the following error. Please help me in this as I could not find solution anywhere. How to solve the error ? ./configure: line 2162: syntax error near unexpected token `0.35.0' ./configure: line 2162: `IT_PROG_INTLTOOL(0.35.0)' I have installed intltool0.40.6, but in the config script it is 0.35.0 Please go through the below error and give me solution. ------------------------------------------------------ ./autogen.sh + intltoolize --force You should update your 'aclocal.m4' by running aclocal. + aclocal aclocal:configure.ac:28: warning: macro `AM_GNU_GETTEXT' not found in library aclocal:configure.ac:29: warning: macro `AM_GNU_GETTEXT_VERSION' not found in library + autoconf + automake --add-missing --foreign configure.ac: installing `./install-sh' configure.ac: installing `./missing' [r...@sahayalenin moblin-image-creator]# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make sets $(MAKE)... (cached) yes ./configure: line 2162: syntax error near unexpected token `0.35.0' ./configure: line 2162: `IT_PROG_INTLTOOL(0.35.0)' [r...@sahayalenin moblin-image-creator]# vi aclocal.m4 [r...@sahayalenin moblin-image-creator]# aclocal aclocal:configure.ac:28: warning: macro `AM_GNU_GETTEXT' not found in library aclocal:configure.ac:29: warning: macro `AM_GNU_GETTEXT_VERSION' not found in library ----------------------------------------------------------------- Thanks in Advance, Regards, Lenin _______________________________________________ Moblin dev Mailing List [email protected] 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
