[plt-scheme] issues using planet, digest.plt, crypto.plt
Hi -
I am attempting to use digest.plt & crypto.plt through planet and
encountered some issues (p.s. I don't know if there is another forum for
these types of issues - let me know if that's the case, thanks), I am using
PLT 360 on Windows XP SP2.
> (require (planet "digest.ss" ("soegaard" "digest.plt" 1 2))) ; doesn't
work
require: PLaneT could not find the requested package: Server had no matching
package: No package matched the specified criteria in: (planet "digest.ss"
("soegaard" "digest.plt" 1 2))
> (require (planet "digest.ss" ("soegaard" "digest.plt"))) ; works
> (require (planet "crypto.ss" ("vyzo" "crypto.plt" 1 0))) ; missing
definition
. C:\...\planet\300\360\cache\vyzo\crypto.plt\1\0\digest.ss:75:26: expand:
unbound variable in module in: ptr-add
>
So for digest.plt - it works without version info, but doesn't work with
version. I tried both 1.1 & 1.2 to no avail. Can't tell whether this is a
problem with planet or with the module. Otherwise it works (and much faster
than md5.ss ;P).
For crypto.plt, it apparently requires something called ptr-add that cannot
be resolved. Shouldn't planet download dependency as well?
Thanks,
yinso
--
http://www.yinsochen.com
...continuous learning...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20070322/50cf1004/attachment.html>