Hi - <br><br>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.
<br><br>> (require (planet "digest.ss" ("soegaard" "digest.plt" 1 2))) ; doesn't work <br>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))<br>> (require (planet "digest.ss" ("soegaard" "digest.plt"))) ; works <br>> (require (planet "crypto.ss" ("vyzo" "
crypto.plt" 1 0))) ; missing definition <br>. C:\...\planet\300\360\cache\vyzo\crypto.plt\1\0\digest.ss:75:26: expand: unbound variable in module in: ptr-add<br>> <br><br>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). <br><br>For crypto.plt, it apparently requires something called ptr-add that cannot be resolved. Shouldn't planet download dependency as well?
<br><br>Thanks,<br>yinso <br><br>-- <br><a href="http://www.yinsochen.com">http://www.yinsochen.com</a><br>...continuous learning...