> The actual link (as present in the "Download" section on > mono-project.com) is > http://mono.ximian.com/monobuild/snapshot/download-trunk/
I havent found System.Windows.Forms.dll file in this link. > However you could use this quick step by step guide to compile and > install from source at > http://i-nz.net/2006/03/14/compile-mono-svn-head-on-windows/ . I hope > that helps. I followed those instructions, but copied mono sources manually from other svn directory. I created file makemono containing export MONO_LOCATION=/cygdrive/c/mono export PATH=${PATH}:${MONO_LOCATION}/bin 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 Running this file causes error [EMAIL PROTECTED] /mono/svn/mono $ ./makemono Running libtoolize... You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'. ...re/aclocall -I /cygdrive/c/mono ': No such file or directorydirectory `/cygdrive/c/mono **Error**: aclocal failed. This may mean that you have not installed all of the packages you need, or you may need to set ACLOCAL_FLAGS to include "-I $prefix/share/aclocal" for the prefix where you installed the packages whose macros were not found ./makemono: line 6: $'make\r': command not found make: *** No rule to make target `install'. Stop. I dont understand how to fix this error. It complains that /cygdrive/c/mono does not exist. I verified that this directory exists: [EMAIL PROTECTED] /mono/svn/mono $ ls /cygdrive/c/mono Mono.url ReleaseNotes.txt include man unins000.dat MonoDocWeb.url bin lib mono.ico unins000.exe MonoReleaseNotes.url etc make share xulrunner Andrus. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
