[gambit-list] SLIB
Marc Feeley
feeley at iro.umontreal.ca
Tue Nov 28 08:56:40 EST 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 28-Nov-06, at 7:29 AM, Nicholas Walton wrote:
> Hi,
>
> Could anyone confirm the status of SLIB with Gambit 4? Are there
> work arounds for any known problems?
>
> Many Thanks
It depends on your version. In some of the recent betas the Gambit
runtime contained a definition of a "require" macro. This prevented
SLIB to define "require" for its own use. If that's the problem,
after a successful "make", you should comment the following lines in
lib/_nonstd.scm, and do "make":
(define-runtime-macro (require . rest)
`(##require , at rest))
That should fix the problem. If not let me know what issue you are
having.
Marc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (Darwin)
iD8DBQFFbEAZ//V9Zc2T/v4RAjcEAKCw7RxszcVhfe64TYu+ZdP6yYKjXACeN3Oa
0hbVh16lqFu1SrKf+9QGKjU=
=fXLC
-----END PGP SIGNATURE-----
More information about the Gambit-list
mailing list