On 05/04/2015 07:32 PM, IOhannes m zmölnig wrote:
On 05/04/2015 05:08 PM, Jaime E Oliver wrote:
Hi all,
I have successfully compiled a GEM external in OS X using the latest gem from git and Pd 0.45-5. When I try to load this external I get that it finds it, but complains about the architecture:
[…]/Gem-master/extra/pix_demo/pix_demo.pd_darwin: mach-o, but wrong architecture pix_demo ... couldn't create
so what's the architecture of pix_demo.pd_darwin, Gem.pd_darwin and Pd resp.?
just run "file" on the given file, as in:
$ file zexy.d_fat zexy.d_fat: Mach-O universal binary with 2 architectures zexy.d_fat (for architecture i386): Mach-O bundle i386 zexy.d_fat (for architecture x86_64): Mach-O 64-bit bundle x86_64
fmsdar IOhannes