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>