<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>great, got it working. thanks very much for explaining.  s<br><br><div>To: pd-list@lists.iem.at<br>From: zmoelnig@iem.at<br>Date: Tue, 1 Dec 2015 10:13:06 +0100<br>Subject: Re: [PD] unauthorized in vanilla<br><br><pre>On 2015-12-01 02:16, William Huston wrote:<br>> Check the help page on the [import] command.<br> <br>or even better, read the error message and try to understand it :-)<br> <br>>> /Users/schoolshoes/Library/Pd/unauthorized/grid.pd_darwin:<br>>> dlopen(/Users/schoolshoes/Library/Pd/unauthorized/grid.pd_darwin, 10):<br>>> Library not loaded: @executable_path/../../lib/libspeex.1.dylib<br>>>   Referenced from:<br>>> /Users/schoolshoes/Library/Pd/unauthorized/grid.pd_darwin<br>>>   Reason: image not found<br> <br>so it says that it cannot find an "image" for a file<br>@executable_path/../../lib/libspeex.1.dylib referenced from grid.pd_darwin<br> <br> <br>with a bit of fantasy and/or computing experience, this translates to:<br>"the grid-object depends on the libspeex library but you don't have that<br>installed. you cannot load [grid] without a libspeex.dylib in the proper<br>place."<br> <br>the solution is to locate the file libspeex.1.dylib in your<br>Pd-extended.app (it will be somewhere in Pd-extended.app/Contents/lib/<br>and place it into sthg like Pd-vanilla.app/Contents/lib/.<br> <br>the proper solution for a distributable "unauthorized" package would be<br>to make grid.pd_darwin look for the libspeex.dylib besides itself<br>(rather than besides the Pd-executable).<br> <br>fgmasdr<br>IOhannes<br> <br></pre><br>_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list</div>                                          </div></body>
</html>