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

Brian Bolton brian.bolton at gmail.com
Tue Dec 23 20:42:37 EST 2008


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


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20081223/ff7afda1/attachment.html 


More information about the Mono-devel-list mailing list