That makes sense - I will be more aware on how planet works in the future.&nbsp; Thanksk Daniel ;) <br><br><div><span class="gmail_quote">On 3/22/07, <b class="gmail_sendername">Daniel Yoo</b> &lt;<a href="mailto:dyoo@cs.wpi.edu">
dyoo@cs.wpi.edu</a>&gt; 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>
&gt; I am attempting to use digest.plt &amp; crypto.plt through planet and<br>&gt; encountered some issues (p.s. I don&#39;t know if there is another forum for<br>&gt; these types of issues - let me know if that&#39;s the case, thanks), I am
<br>&gt; using PLT 360 on Windows XP SP2.<br>&gt;<br>&gt;&gt;&nbsp;&nbsp;(require (planet &quot;digest.ss&quot; (&quot;soegaard&quot; &quot;digest.plt&quot; 1 2))) ; doesn&#39;t<br>&gt; work<br>&gt; require: PLaneT could not find the requested package: Server had no matching
<br>&gt; package: No package matched the specified criteria in: (planet &quot;digest.ss&quot;<br>&gt; (&quot;soegaard&quot; &quot;digest.plt&quot; 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&#39;t loading it.&nbsp;&nbsp;In that sense,<br>PLaneT is doing its job, but the issue is that it&#39;s not giving a nice<br>error message that says why it&#39;s not able to use that version of the
<br>digest.plt library.<br><br><br>&gt;&gt;&nbsp;&nbsp;(require (planet &quot;crypto.ss&quot; (&quot;vyzo&quot; &quot;crypto.plt&quot; 1 0))) ; missing<br>&gt; definition<br>&gt; . C:\...\planet\300\360\cache\vyzo\crypto.plt\1\0\digest.ss:75:26: expand:
<br>&gt; unbound variable in module in: ptr-add<br><br>Unfortunately, that package wasn&#39;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&#39;s when the PTR-ADD function was added:
<br><br>&nbsp;&nbsp;&nbsp;&nbsp; <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&#39;t work for PLT 360 without some
<br>porting effort.&nbsp;&nbsp;If you&#39;re adventurous, you may want to try out a nightly<br>PLT build at:<br><br>&nbsp;&nbsp;&nbsp;&nbsp; <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...