Thanks Jamie,

I saw the 64-bit test build but it's for OS X 10.8 or higher, I'm on 10.7. 

Is there a homebrew formula for PD? That would be really nice. 

Best,
Peiman 




www.peimankhosravi.co.uk || RSS Feed || Concert News


On 22 August 2013 09:34, Jamie Bullock <jamie@jamiebullock.com> wrote:

On 18 Aug 2013, at 09:09, peiman khosravi <peimankhosravi@gmail.com> wrote:

Dear all, 

When trying to load the csoundapi~ object I get this error:

Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/PD/csoundapi~.pd_darwin: dlopen(/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/PD/csoundapi~.pd_darwin, 10): no suitable image found.  Did find:
/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/PD/csoundapi~.pd_darwin: mach-o, but wrong architecture
 csoundapi~
... couldn't create

I have been told that the reason for this is because my build of PD is i386, and csoundapi~ is x86_64. 

I am on OS X 10.7.5 and have tried this with both vanilla and extended PD. Is there a x86_64 build available that I could try? 


You could try compiling Pd yourself, but it's not straightforward as either autotools is needed or you use the "fallback" makefile.mac in src/ which often needs tweaks to make it work.

I notice Miller now has a 64-bit test build on his site, so you might want to (upgrade to OS X 10.8 and) try that. http://crca.ucsd.edu/~msp/software.html 

Good luck!

Jamie