<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-flowed"
 style="font-family: -moz-fixed; font-size: 13px;" lang="x-western">
<br>
<br>
On 12/1/2010 4:27 PM, Peter Wang wrote:
<br>
<blockquote type="cite" style="color: rgb(0, 0, 0);">On 2010-12-01,
Jeff Thompson<a class="moz-txt-link-rfc2396E"
 href="mailto:jeff@thefirst.org"><jeff@thefirst.org></a>  wrote:
  <br>
  
  <blockquote type="cite" style="color: rgb(0, 0, 0);">I re-built with
release of the day 2010-11-29 and compiled
    <br>
top-level.exe with no problem.  I created a shell script to call
    <br>
mono /path/to/top_level.exe, and set the MERCURY_COMPILER
    <br>
environment variable in the mmc script to use it.  Then I try "mmc
    <br>
--csharp --make hello_world".  It still gives me:
    <br>
** Error: error reading file `builtin.m' to generate dependencies.
    <br>
    <br>
I copied builtin.m and the other dependent files into the same
    <br>
directory as hello_world.m. Then I try "mmc --csharp --make
    <br>
hello_world" and get the following:
    <br>
Making Mercury/ints/hello_world.int
    <br>
Making Mercury/css/hello_world.cs
    <br>
Error: system command received signal 255.
    <br>
** Error making `Mercury/css/hello_world.cs'.
    <br>
     </blockquote>
I've fixed the offending bug just now.  I guess I didn't test this
before <span class="moz-smiley-s1" title=":-)"><span>:-)</span></span>
  <br>
   </blockquote>
<br>
ROTD 2010-12-03 fixes the bug for not finding buildin.m. Thanks!  Now,
when I set up mmc to use top_level.exe and do "mmc --make --csharp
hello_world" I get the error:
<br>
Error: system command received signal 255.
<br>
** Error making `Mercury/css/hello_world.cs'.
<br>
<br>
Any ideas? Are you able to use top_level.exe to make hello_world.exe?
<br>
<br>
Thanks again,
<br>
- Jeff
<br>
<br>
</div>
</body>
</html>