[Mono-list] compiling from todays svn fails in cygwin

Andrus kobruleht2 at hot.ee
Thu Sep 18 11:02:47 EDT 2008


commands:

export MONO_LOCATION=/cygdrive/c/mono
export PATH=${MONO_LOCATION}/bin:${PATH}
export ACLOCAL_FLAGS="-I ${MONO_LOCATION}/share/aclocal"
export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:${MONO_LOCATION}/lib/pkgconfig
./autogen.sh --prefix=/mono/build
make
make install

autogen.sh seems to run OK.
make causes error:

Now type `make' to compile
cd . && /bin/sh /mono/svn/mono/missing --run autoheader
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory `/mono/svn/mono'
Making all in po/mcs
make[2]: Entering directory `/mono/svn/mono/po/mcs'
test ! -f ./mcs.pot || \
  test -z "es.gmo" || make es.gmo
make[3]: Entering directory `/mono/svn/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[3]: *** [es.gmo] Error 1
make[3]: Leaving directory `/mono/svn/mono/po/mcs'
make[2]: *** [stamp-po] Error 2
make[2]: Leaving directory `/mono/svn/mono/po/mcs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mono/svn/mono'
make: *** [all] Error 2
Making install in po/mcs
make[1]: Entering directory `/mono/svn/mono/po/mcs'
test ! -f ./mcs.pot || \
  test -z "es.gmo" || make es.gmo
make[2]: Entering directory `/mono/svn/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[2]: *** [es.gmo] Error 1
make[2]: Leaving directory `/mono/svn/mono/po/mcs'
make[1]: *** [stamp-po] Error 2
make[1]: Leaving directory `/mono/svn/mono/po/mcs'
make: *** [install-recursive] Error 1

Andrus.


More information about the Mono-list mailing list