[Mono-bugs] [Bug 57778][Blo] Changed - mono doesn't compile

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Apr 2004 11:48:05 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by edasque@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=57778

--- shadow/57778	2004-04-28 11:47:12.000000000 -0400
+++ shadow/57778.tmp.6036	2004-04-28 11:48:05.000000000 -0400
@@ -60,6 +60,30 @@
 in <0x014cb> Mono.CSharp.Driver:MainDriver (string[])
 in <0x00020> Mono.CSharp.Driver:Main (string[])
  
 make[1]: *** [../../class/lib/default/mscorlib.dll] Error 1
 make[1]: Leaving directory `/home/tambet/cvs/mcs/class/corlib'
 make: *** [mcs-tree-safe-build] Error 2
+
+------- Additional Comments From edasque@ximian.com  2004-04-28 11:48 -------
+I do not see those problems. Could you tell us more about your 
+configuration ? I 'cvs up' pretty much every day.
+
+My steps for getting the latest and building are :
+cvs -q up -d
+
+cd mcs
+configure --prefix=/usr/local
+cd class/corlib
+make
+cd ../../../mono
+autogen --prefix=/usr/local
+make
+make install
+cd ../mcs/class/corlib
+make install
+cd ../..
+make
+make install
+
+which is what fullbuild is supposed to do but I do it manually. 
+Check if that works for you.