That makes sense - I will be more aware on how planet works in the future. Thanksk Daniel ;) <br><br><div><span class="gmail_quote">On 3/22/07, <b class="gmail_sendername">Daniel Yoo</b> <<a href="mailto:dyoo@cs.wpi.edu">
dyoo@cs.wpi.edu</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br>On Thu, 22 Mar 2007, Yin-So Chen wrote:<br><br>
> I am attempting to use digest.plt & crypto.plt through planet and<br>> encountered some issues (p.s. I don't know if there is another forum for<br>> these types of issues - let me know if that's the case, thanks), I am
<br>> using PLT 360 on Windows XP SP2.<br>><br>>> (require (planet "digest.ss" ("soegaard" "digest.plt" 1 2))) ; doesn't<br>> work<br>> require: PLaneT could not find the requested package: Server had no matching
<br>> package: No package matched the specified criteria in: (planet "digest.ss"<br>> ("soegaard" "digest.plt" 1 2))<br><br><br>Hi Yin-So,<br><br>That particular version of digest.ss appears to depend on PLT
369.8, and<br>since you have PLT 360, the system isn't loading it. In that sense,<br>PLaneT is doing its job, but the issue is that it's not giving a nice<br>error message that says why it's not able to use that version of the
<br>digest.plt library.<br><br><br>>> (require (planet "crypto.ss" ("vyzo" "crypto.plt" 1 0))) ; missing<br>> definition<br>> . C:\...\planet\300\360\cache\vyzo\crypto.plt\1\0\digest.ss:75:26: expand:
<br>> unbound variable in module in: ptr-add<br><br>Unfortunately, that package wasn't marked similarly to how digest.plt was:<br>it should have been marked with the note that it uses features in PLT<br>369.8: that's when the PTR-ADD function was added:
<br><br> <a href="http://download.plt-scheme.org/chronology/mzmr369.8.html">http://download.plt-scheme.org/chronology/mzmr369.8.html</a><br><br>Unfortunately, crypto.plt probably won't work for PLT 360 without some
<br>porting effort. If you're adventurous, you may want to try out a nightly<br>PLT build at:<br><br> <a href="http://pre.plt-scheme.org/">http://pre.plt-scheme.org/</a><br><br><br>Best of wishes!<br></blockquote>
</div><br><br clear="all"><br>-- <br><a href="http://www.yinsochen.com">http://www.yinsochen.com</a><br>...continuous learning...