On 05/04/2015 08:04 PM, Jaime E Oliver wrote:
So here it is:
localhost:pix_demo jo57$ file pix_demo.pd_darwin pix_demo.pd_darwin: Mach-O bundle i386
and the error in Pd is:
/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
looks very much like you are trying to use [pix_demo] with a different version of Gem than you used for building your external. (e.g. using Gem.pd_darwin in ~/Library/Pd/Gem rather than /Users/jo57/Documents/NYU/Courses/2015-1-IMG-SND-GESTURE/session-13/Gem-master/Gem.pd_darwin.
fgmadsr IOhannes