[Mono-bugs] [Bug 53031][Maj] Changed - Configuration of Remoting via .config file fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Jan 2004 05:33:46 -0500 (EST)


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 lluis@ximian.com.

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

--- shadow/53031	2004-01-22 05:12:24.000000000 -0500
+++ shadow/53031.tmp.13715	2004-01-22 05:33:46.000000000 -0500
@@ -95,6 +95,21 @@
 ------- Additional Comments From matt.davey@finetix.com  2004-01-22 05:12 -------
 Just did a full checkout of all the mono/mcs/gtk-sharp source from 
 CVS, and ./autogen followed by 'make fullbuild'.  Trying the above 
 issue again still appears to break with the same error message.  I 
 assume my build of mono was correct, since 53020 is working on my 
 box now
+
+------- Additional Comments From lluis@ximian.com  2004-01-22 05:33 -------
+This bug was due to a bug in the compiler, which didn't compile
+correctly the internal xml parser that loads the configuration file.
+If you recompiled the library using the fullbuild target then it means
+that it has been recompiled using the compiler you already had
+installed. You have to recompile with the new compiler. 
+
+To make sure everything is ok, cd to the mcs directory and run:
+
+make install
+make clean
+make
+make install
+