<div><div>Now that I have a working Mac OS X 10.7 Mercury install with Java and Erlang grades (thanks Julien!) I'm attempting to verify things by building a simple hello world. When I try it for Erlang:</div><div><br></div><div>mmc --make --erlang hello</div><div><br></div><div>I get the following:</div><div><br></div><div>Making Mercury/int3s/hello.int3</div><div>Making Mercury/ints/hello.int</div><div>Making Mercury/erls/hello.erl</div><div>Making Mercury/beams/hello.beam</div><div>** Error making `hello'.</div><div>mkinit_erl: error opening file `/usr/local/mercury-11.07.1/lib/mercury/modules/none/mer_std.init': No such file or directory</div><div><br></div><div>It appears I don't have a none in modules:</div><div><br></div><div>ls /usr/local/mercury-11.07.1/lib/mercury/modules/</div><div>erlang<span class="Apple-tab-span" style="white-space:pre">                      </span>hlc.gc.prof<span class="Apple-tab-span" style="white-space:pre">         </span>java<span class="Apple-tab-span" style="white-space:pre">                        </span>none.gc.decldebug<span class="Apple-tab-span" style="white-space:pre">   </span>none.gc.trseg.debug</div><div>hlc.gc<span class="Apple-tab-span" style="white-space:pre">                    </span>hlc.gc.trseg<span class="Apple-tab-span" style="white-space:pre">                </span>none.gc<span class="Apple-tab-span" style="white-space:pre">                     </span>none.gc.prof<span class="Apple-tab-span" style="white-space:pre">                </span>none.par.gc</div><div>hlc.gc.memprof<span class="Apple-tab-span" style="white-space:pre">            </span>hlc.par.gc<span class="Apple-tab-span" style="white-space:pre">          </span>none.gc.debug<span class="Apple-tab-span" style="white-space:pre">               </span>none.gc.profdeep</div><div><br></div><div><br></div><div>This was the config I built with:</div><div><br></div><div><div>./configure --with-cc=clang --enable-erlang-grade --enable-java-grade</div></div></div><div><br></div><div>If anyone knows what is up, I'd be much obliged. Am I building wrong (I'm following README.Erlang)? Why don't I have a none? What would I have needed to build with to get one? If Erlang needs it, and I built with the Erlang grade, shouldn't a I get it?</div><div><br></div><div>Cheers,</div><div>Sean</div><div><br></div>