[Mono-bugs] [Bug 51037][Wis] Changed - Mono can't deal with CIL generated by SML.NET.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 18 Nov 2003 17:56:10 -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 gs234-mono-bugzilla@srcf.ucam.org.
http://bugzilla.ximian.com/show_bug.cgi?id=51037
--- shadow/51037 2003-11-18 07:11:30.000000000 -0500
+++ shadow/51037.tmp.26197 2003-11-18 17:56:10.000000000 -0500
@@ -270,6 +270,11 @@
------- Additional Comments From gs234-mono-bugzilla@srcf.ucam.org 2003-11-18 07:11 -------
Look at the file smlnet/bld/build.sml. getsmlnet.sh runs the command
"sed -i s/0w1/OS.Process.failure/ bld/build.sml". What you're seeing
is the same error message that I get when the above sed invocation
does not do its job. (I have no idea how portable that invocation is,
but it works for me(tm).)
+
+------- Additional Comments From gs234-mono-bugzilla@srcf.ucam.org 2003-11-18 17:56 -------
+You may wish to get the latest version of getsmlnet.sh from
+<http://lists.ximian.com/archives/public/mono-devel-list/2003-November/002993.html>.
+ It uses perl rather than sed.