<br><div class="gmail_quote">On Wed, Nov 28, 2012 at 5:16 PM, Mikael <span dir="ltr"><<a href="mailto:mikael.rcv@gmail.com" target="_blank">mikael.rcv@gmail.com</a>></span> wrote:<br><div> </div><div><br></div><div>Thanks a lot for putting this together, it is a tremendous value. Couple of notes:</div>
<div><br></div><div>1) You have your ln -s command backwards (I do this all the time ;)) Should be ln -s /path/to/real-thing /path/to/new-link</div><div><br></div><div>2) This step doesn't work for me:  <span style="color:rgb(34,34,34);font-family:'courier new',monospace;font-size:13px;background-color:rgb(255,255,255)">(modules-compile! (modules-in-</span><span style="color:rgb(34,34,34);font-family:'courier new',monospace;font-size:13px;background-color:rgb(255,255,255)">dir "~~/lib/modules")))</span></div>
<div><span style="color:rgb(34,34,34);font-family:'courier new',monospace;font-size:13px;background-color:rgb(255,255,255)"><br></span></div><div><span style="color:rgb(34,34,34);font-family:'courier new',monospace;font-size:13px;background-color:rgb(255,255,255)">I get the error :</span></div>
<div><span style="color:rgb(34,34,34);font-family:'courier new',monospace;font-size:13px;background-color:rgb(255,255,255)"><br></span></div><div><span style="color:rgb(34,34,34);font-size:13px;background-color:rgb(255,255,255)"><div style="font-family:'courier new',monospace">
> (modules-compile! (modules-in-dir "~~/lib/modules"))</div><div style="font-family:'courier new',monospace">*** ERROR IN |module#define-syntax\|\|\|macro\|\|\|| -- Invalid define-syntax form (wrong number of arguments)</div>
<div style="font-family:'courier new',monospace">(define-syntax (lambda (source env mac-env) (let ((code (expr*:value source)...</div><div style="font-family:'courier new',monospace">hygiene/1></div><div style="font-family:'courier new',monospace">
<br></div><div style="font-family:'courier new',monospace"><br></div><div style="font-family:'courier new',monospace">I'm guessing there is a third argument (out filename?)??</div><div style="font-family:'courier new',monospace">
<br></div><div><font face="arial, helvetica, sans-serif">3) Should be noted for others, you can't compile from the command like this: bsc -exe myfile.scm like you normally would.  Instead from the repl: (module-compile-to-standalone "a.out" 'somefile)  use that in a script or makefile.</font></div>
<div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Cheers!</font></div></span></div></div>