[PD] SuperCollider control

james tittle tigital at mac.com
Tue May 3 06:09:26 CEST 2005


On May 2, 2005, at 8:49 PM, Patrick Pagano wrote:

> i cannot seem to load both sendOSC and OSCroute at the same time
>
> link error 0  dyld: /Users/patrickp/Desktop/pd-0.38-4/bin/pd multiple 
> definitions of symbol _OSCProblem
> /usr/local/lib/pd/extra/OSCroute.pd_darwin definition of _OSCProblem
> /usr/local/lib/pd/extra/sendOSC.pd_darwin definition of _OSCProblem

...this is probably because you are using that s_loader patched version 
of pd, right?  If so, then you may need to change the linking of OSC's 
compile from flat_namespace to two_level_namespace (which is default, 
so you don't really need to add it)...or rather preferably use -bundle 
-bundle_loader /where/is/your/installed/pd/binary

...I think...it's been awhile since I compiled OSCroute, sendOSC, and 
OSC, but they are working here...

jamie





More information about the Pd-list mailing list