Hi Antoine,
Thanks for the info and the reference page.
When I open the 64 bit version of Pd it cannot open the OS X precompiled version of GEM I downloaded from
http://gem.iem.at/: "no matching architecture in universal wrapper". I used to be able to compile an external and use it with this version of GEM, but this strategy might not work anymore.
I tried:
./configure --enable-fat-binary=i386 --with-pd=/Applications/Pd-0.45-4.app/Contents/Resources/
then make pix_demo.pd_darwin, but when I try to create the object in Pd I get:
/Users/jo57/Documents/NYU/Courses/2015-1-IMG-SND-GESTURE/session-13/Gem-master/extra/pix_demo/pix_demo.pd_darwin: dlopen(/Users/jo57/Documents/NYU/Courses/2015-1-IMG-SND-GESTURE/session-13/Gem-master/extra/pix_demo/pix_demo.pd_darwin, 10): Symbol not found: __ZN7GemBase14beforeDeletionEv
Referenced from: /Users/jo57/Documents/NYU/Courses/2015-1-IMG-SND-GESTURE/session-13/Gem-master/extra/pix_demo/pix_demo.pd_darwin
Expected in: flat namespace
in /Users/jo57/Documents/NYU/Courses/2015-1-IMG-SND-GESTURE/session-13/Gem-master/extra/pix_demo/pix_demo.pd_darwin
pix_demo
... couldn't create
I also tred to build pix_demo.d_fat, but it says:
make: *** No rule to make target `pix_demo.d_fat'. Stop.
Thanks!
J
hi,
did you try to load it with 64bit version of Pd ?
you probably miss the --enable-fat-binary=<arch> flag
to learn how to build 32bit and 64bit of Gem
Please also note that it should be possible to build a FAT binary (32+64bit).
best
a