Hm, mzscheme's slibinit/init.ss defines *features*, so I'll try just changing
that to slib:features and see if that fixes anything.
Jason Riedy wrote:
> I've cc'ed the The slib maintainer (Thomas Bushnell, BSG).
> Hopefully he won't mind, and he might know. The problem is that
> mzscheme's intern
And Ari Pollak writes:
> Do you have a suggested fix? I'm not exactly sure how to solve the problem.
Alas, I know next to nothing about mzscheme... Why does it need
to load slib at installation time? Would it be possible to
disable that, or possibly use the DrScheme.init from slib?
I've cc'ed t
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
Do you have a suggested fix? I'm not exactly sure how to solve the problem.
E. Jason Riedy wrote:
> Package: mzscheme
> Version: 1:352-6
> Severity: normal
>
> slib version 3a4-4
>
> It looks like slib expects slib:features and mzscheme
> provi
Package: mzscheme
Version: 1:352-6
Severity: normal
slib version 3a4-4
It looks like slib expects slib:features and mzscheme
provides *features*. Using
(load (build-path (collection-path "slibinit") "init.ss"))
fails with
reference to undefined identifier: slib:features
However, (load "/usr/s
4 matches
Mail list logo