<div dir="ltr"><div><div>Hello!<br><br></div>First time posting here, really interested in learning about Mercury but absolutely clueless as to getting it setup on Windows 10.<br><br></div>First of all, is there a good tutorial for setting Mercury up on Windows 7-10 I could look at? I can't seem to find anything to help with the missing directories problem I am currently having.<br><p>Secondly, how exactly would I compile <a href="https://www.rosettacode.org/wiki/Hello_world/Text#Mercury">this hello world example</a>, if saved as hello.m?</p><p>Right now I am trying to compile it via:</p><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><p>C:\mercury-14.01-vs2013\bin\mercury_compile.exe hello.m<br>mercury_compile.exe: cannot find `<a href="http://builtin.int">builtin.int</a>' in directories .<br>mercury_compile.exe: cannot find `<a href="http://io.int">io.int</a>' in directories .<br>mercury_compile.exe: cannot find `<a href="http://private_builtin.int">private_builtin.int</a>' in directories .<br>hello.m:001: In module `hello':<br>hello.m:001:   warning: module `io' is imported in the interface, but is not<br>hello.m:001:   used in the interface.<br>hello.m:004: In definition of predicate `hello.main'/2:<br>hello.m:004:   error: undefined mode `di'/0.<br>hello.m:004: In definition of predicate `hello.main'/2:<br>hello.m:004:   error: undefined mode `uo'/0.<br>hello.m:004: In definition of predicate `hello.main'/2:<br>hello.m:004:   error: undefined type `io'/0.</p></blockquote><p>And I have "C:\mercury-14.01-vs2013\bin" in my Environment Variables.</p><p>Thank you for your time and patience reading this!<br></p><p><br></p></div>