[Mono-dev] mono compilation stopping on t-es.gmo

Robert Jordan robertj at gmx.net
Wed Dec 24 08:29:10 EST 2008


Brian Bolton wrote:
> I am getting an error during the make step of building mono.  It is stopping
> on t-es.gmo.

You need to install "gettext-devel" (or similar, since I don't
recall the exact cygwin package name).

Robert

> 
> 
> I am following Shana's tutorial on compiling mono.
> http://shana.worldofcoding.com/en/mono_cygwin_tutorial.html
> 
> I have done the following....
> -installed mono for windows
> -installed cygwin with
> automake
> bison
> gcc
> gdb
> gettext
> intltool
> libiconv
> libtool
> pkg-config
> 
> -setup my path
> PATH=.:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Mono-1.2.2.1/bin
> PKG_CONFIG_PATH=.:/lib/pkgconfig:/cygdrive/c/Mono-1.2.2.1/lib/pkgconfig
> LD_LIBRARY_PATH=.:/usr/local/lib:/usr/lib:/lib:/cygdrive/c/Mono-1.2.2.1/lib
> export PATH PKG_CONFIG_PATH LD_LIBRARY_PATH
> 
> -checked out
> svn://anonsvn.mono-project.com/source/trunk/mcs
> svn://anonsvn.mono-project.com/source/trunk/mono
> 
> ...and finally, I've run ./autogen.sh --prefix=/usr/local
> 
> When I run 'make' it gives me the following error:
> 
> 
> $ make
> make  all-recursive
> make[1]: Entering directory `/usr/src/mono/mono'
> Making all in po
> make[2]: Entering directory `/usr/src/mono/mono/po'
> Making all in mcs
> make[3]: Entering directory `/usr/src/mono/mono/po/mcs'
> test ! -f ./mcs.pot || \
>   test -z "es.gmo ja.gmo de.gmo" || make es.gmo ja.gmo de.gmo
> make[4]: Entering directory `/usr/src/mono/mono/po/mcs'
> rm -f es.gmo && : -c --statistics -o es.gmo es.po
> mv: cannot stat `t-es.gmo': No such file or directory
> make[4]: *** [es.gmo] Error 1
> make[4]: Leaving directory `/usr/src/mono/mono/po/mcs'
> make[3]: *** [stamp-po] Error 2
> make[3]: Leaving directory `/usr/src/mono/mono/po/mcs'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/src/mono/mono/po'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/mono/mono'
> make: *** [all] Error 2
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list



More information about the Mono-devel-list mailing list