You could just go into mono/runtime/Makefile and where you see this line monobins_DATA = mcs.exe monoresgen.exe
remove monoresgen.exe If you already have a working mcs and mono, and you have he mcs source, cd to mcs/monoresgen on Linux, type: make -f makefile.gnu on Windows with .NET Framework, type: make >From cvs or any tarballs, both mcs and mono sources should be placed in a common directory, such as, mono. . mono (common directory) . | . --------------- . | | . mono mcs . |- data |- class . |- doc |- doc . |- docs |- doctools . |- libffi |- errors . ... ... . |- runtime |- monoresgen I find this monoresgen thing to be annoying, luckily I already had mcs binaries on my computer. -----Original Message----- From: [EMAIL PROTECTED] [mailto:mono-list-admin@;ximian.com]On Behalf Of Alex James Sent: Tuesday, October 29, 2002 4:06 PM To: Mono List Subject: [Mono-list] mcs compile error I'm getting this error, does anybody know why? I'm using cgywin, with the downloadable script to build mono. cp ../../mcs/mcs/mcs.exe . cp ../../mcs/monoresgen/monoresgen.exe . cp: cannot stat `../../mcs/monoresgen/monoresgen.exe': No such file or directory make[2]: *** [mcs.exe] Error 1 make[2]: Leaving directory `/home/alex/p/mono/runtime' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/alex/p/mono' make: *** [all-recursive-am] Error 2 Thanks, alex _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
