[PD] unauthorized in vanilla

IOhannes m zmoelnig zmoelnig at iem.at
Tue Dec 1 10:13:06 CET 2015


On 2015-12-01 02:16, William Huston wrote:
> Check the help page on the [import] command.

or even better, read the error message and try to understand it :-)

>> /Users/schoolshoes/Library/Pd/unauthorized/grid.pd_darwin:
>> dlopen(/Users/schoolshoes/Library/Pd/unauthorized/grid.pd_darwin, 10):
>> Library not loaded: @executable_path/../../lib/libspeex.1.dylib
>>   Referenced from:
>> /Users/schoolshoes/Library/Pd/unauthorized/grid.pd_darwin
>>   Reason: image not found

so it says that it cannot find an "image" for a file
@executable_path/../../lib/libspeex.1.dylib referenced from grid.pd_darwin


with a bit of fantasy and/or computing experience, this translates to:
"the grid-object depends on the libspeex library but you don't have that
installed. you cannot load [grid] without a libspeex.dylib in the proper
place."

the solution is to locate the file libspeex.1.dylib in your
Pd-extended.app (it will be somewhere in Pd-extended.app/Contents/lib/
and place it into sthg like Pd-vanilla.app/Contents/lib/.

the proper solution for a distributable "unauthorized" package would be
to make grid.pd_darwin look for the libspeex.dylib besides itself
(rather than besides the Pd-executable).

fgmasdr
IOhannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20151201/b310e4f0/attachment.sig>


More information about the Pd-list mailing list