<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
    H&gt; If I&#39;m trying to load ws.scm by typing (load<br>
    H&gt; &quot;/usr/lib64/snd/scheme/ws.scm&quot;) I get:<br>
<br>
    H&gt; ;io-error open-input-file: can&#39;t open extensions.scm,<br>
    H&gt; /usr/lib64/snd/scheme/ws.scm[5]<br>
<br>
Hi Henrik.<br>
<br>
It seems &#39;load-from-path doesnt find the files in your current<br>
%load-path.<br>
<br>
Check or set the value of %load-path to the place where the files<br>
reside.  Ie:<br>
<br>
 (set! %load-path (cons &quot;/usr/lib64/snd/scheme&quot; %load-path))<br>
<br>
or something close.<br>
<br>
You can set this in your config-file.  (Its usually ~/.snd, but im not<br>
sure where its meant to be on a mac.)<br>
<br>
-anders<br>
</blockquote><br>Hi Anders,<br></div><br>Thanks for the help! The problem is solved.<br><br>/h<br>