Please check if the attached files are valuable as replacement content for your std/srfi directory.<br><br>If they are, please email Per updates (for instance in diff format).<br><br>Alternatively you could use the BH syntactictower branch, it's not as tested as the default one though. In there the name of the srfi 13 module is (srfi strings) afaik.<br>

<br>Mikael<br><br><br><div class="gmail_quote">2011/5/18 Matthew Koichi Grimes <span dir="ltr"><<a href="mailto:mkg@cs.nyu.edu">mkg@cs.nyu.edu</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

I'm having trouble getting up and running with blackhole. I've installed it, and when I run "bsc", I get the following prompt:<br><br>  Loaded Black Hole.<br>
  Gambit v4.6.1<br>
<br>
  > <br>
<br>So far, so good. However, when I try to import srfi-13 (bundled with blackhole), I get this error:<br><br>> (import (std srfi/13))<br>*** ERROR -- Wrong number of arguments passed to procedure<br>(14_#char-set-adjoin!<br>



 '#<14_#:char-set #2 14_#s: "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\...<br> #\xb5)<br><br>For reference, here are the steps I've followed to install blackhole:<br><br>1) installed the blackhole/ directory in /usr/local/share/<br>



2) put in the PATH a soft link to gsc called bsc.<br>3) compiled blackhole by running "gsc build" from within the blackhole directory.<br>4) Added the following to .gambcini:<br><br>(let ((blackhole-path "/usr/local/share/blackhole"))<br>



          (and (equal? (path-strip-directory (car (command-line))) "bsc")<br>               (load (path-expand "build" blackhole-path))<br>               (begin <br>                 (set! module#ns-file (path-expand "ns.dat" blackhole-path))<br>



                 (println "Loaded Black Hole."))))<br><br><br>Any suggestions would be greatly appreciated,<br>-- Matt<br>
<br>_______________________________________________<br>
Gambit-list mailing list<br>
<a href="mailto:Gambit-list@iro.umontreal.ca">Gambit-list@iro.umontreal.ca</a><br>
<a href="https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list" target="_blank">https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list</a><br>
<br></blockquote></div><br>