On 9/11/06, Stefano Papetti papetti@sci.univr.it wrote:
/pd_externs/impact_modalb~.pd_darwin: dlopen(/pd_externs/impact_modalb~.pd_darwin, 10): no suitable image found. Did find: /pd_externs/impact_modalb~.pd_darwin: mach-o, but wrong architecture
That error means Pd and the externals are built for different architectures. You may have one of the PPC only Pd builds or something was trying to be built 'Universal' and didn't get both architectures included. Compiling both Pd and the externals on the Intel Mac will fix that.
cgc