Hi,<br><br>The Tour of Scheme in Gambit said all the time that a module system is needed for there to be module support.<br><br>At the time I just wrote an X for its name, as Black Hole didn't have a name yet. Also, the use form switched name to import two years ago or so. For both of these I thought this was updated since this fall though, let me know if it's not.<br>

<br>With the next revision of the Black Hole docs, I'll consider making the 'root source' document in the same format as Gambit's manual, and generate HTML and PDF from there the same way as Gambit does.<br>

<br>Brgds, Mikael<br><br><div class="gmail_quote">2011/10/14 Hendrik Boom <span dir="ltr"><<a href="mailto:hendrik@topoi.pooq.com">hendrik@topoi.pooq.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

On Fri, 14 Oct 2011 02:03:17 +0000, Hendrik Boom wrote:<br>
<br>
> I just made bootstrap from the 4.6.1 development sources, which I<br>
> downloaded using git.<br>
><br>
> When I start gsi and, according to the section "Subdivide code into<br>
> modules" in the tour of Scheme in Gambit, I use "use" it tells me<br>
><br>
> hendrik@notlookedfor:~/dv/lang/gambit/gambit$ gsi/gsi Gambit v4.6.1<br>
><br>
>> (use ssax-sxml)<br>
> *** ERROR IN (console)@1.2 -- Unbound variable: use 1><br>
><br>
> So evidently something is still missing, unconfigured, unbuilt, or<br>
> whatever.  It doesn't even get around to looking for the library --<br>
> which is another question: how does it find the libraries, assuming it<br>
> gets that far.  And if the X module system is itself a module, how do I<br>
> bootstrap it into the system?<br>
><br>
> Or should I be using an entirely different mechanism?<br>
><br>
> -- hendrik<br>
<br>
Well, I found other items on gmane's archive of this mailing list.  IT<br>
looks as if the answer is that Gambit itself doesn't provide modules at<br>
all, despite the mention in the Tour of Scheme in Gambit.  But it seems<br>
that there exists a completely separate module facility that can be used<br>
with it.  With its own installation instructions.  And by the way, one<br>
should use (import ...) instead of (use ...)<br>
<br>
Really, this information shouldn't be that hard to find.<br>
<br>
And is there a good reason why so many manuals on the gambit web site are<br>
in pdf, odt, and doc formats and not in the obvious web-friendly html?<br>
<br>
I'll report again when I've worked through the BlackHole installation.<br>
<br>
-- hendrik<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>
</blockquote></div><br>