<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">That is correct, and I guess also the problem… <div><br></div><div>I was approaching it like having an external binary compiled in some pd source which is generally compatible with a pd binary from another source as long as architectures are the same.</div><div><br></div><div>If the solution is to use the same source for the external than for the gem binary I only see two possibilities and two associated problems:</div><div><br></div><div><b>Problem 1:</b></div><div>The gem-master source fails to compile with the following error after make:</div><div><br></div><div><div>In file included from TextBaseFTGL.cpp:24:</div><div>./TextBase.h:38:12: fatal error: 'FTFont.h' file not found</div><div>#  include "FTFont.h"</div><div>           ^</div><div>1 error generated.</div><div>make[3]: *** [libBase_la-TextBaseFTGL.lo] Error 1</div><div>make[2]: *** [all-recursive] Error 1</div><div>make[1]: *** [all] Error 2</div><div>make: *** [all-recursive] Error 1</div></div><div><br></div><div><b>Problem 2:</b></div><div>The 0.93.3 source fails to run autogen.sh. It fails with the following (some repeated lines omitted):</div><div><br></div><div><div>configure.ac:99: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')</div><div>/opt/local/share/automake-1.15/am/depend2.am: error: am__fastdepOBJCXX does not appear in AM_CONDITIONAL</div><div>/opt/local/share/automake-1.15/am/depend2.am:   The usual way to define 'am__fastdepOBJCXX' is to add 'AC_PROG_OBJCXX'</div><div>/opt/local/share/automake-1.15/am/depend2.am:   to 'configure.ac' and run 'aclocal' and 'autoconf' again</div><div>src/Output/Makefile.am: error: Objective C++ source seen but 'OBJCXX' is undefined</div><div>src/Output/Makefile.am:   The usual way to define 'OBJCXX' is to add 'AC_PROG_OBJCXX'</div><div>src/Output/Makefile.am:   to 'configure.ac' and run 'autoconf' again.</div><div>configure.ac:99: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')</div><div>autoreconf: /opt/local/bin/automake failed with exit status: 1</div></div><div><br></div><div>So the question is which of the following paths to follow compiling the gem-master or attempting to get 0.93.3 to run the autogen and then compile the external… and I really don't know which one will offer less resistance...</div><div><br></div><div>best,</div><div><br></div><div>J</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br><div><div>On May 4, 2015, at 3:19 PM, IOhannes m zmölnig <<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On 05/04/2015 08:04 PM, Jaime E Oliver wrote:<br><blockquote type="cite">So here it is:<br><br>localhost:pix_demo jo57$ file pix_demo.pd_darwin <br>pix_demo.pd_darwin: Mach-O bundle i386<br><br>and the error in Pd is:<br><br>/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<br>  Referenced from: /Users/jo57/Documents/NYU/Courses/2015-1-IMG-SND-GESTURE/session-13/Gem-master/extra/pix_demo/pix_demo.pd_darwin<br>  Expected in: flat namespace<br> in /Users/jo57/Documents/NYU/Courses/2015-1-IMG-SND-GESTURE/session-13/Gem-master/extra/pix_demo/pix_demo.pd_darwin<br> pix_demo<br>... couldn't create<br><br></blockquote><br>looks very much like you are trying to use [pix_demo] with a different<br>version of Gem than you used for building your external. (e.g. using<br>Gem.pd_darwin in ~/Library/Pd/Gem rather than<br>/Users/jo57/Documents/NYU/Courses/2015-1-IMG-SND-GESTURE/session-13/Gem-master/Gem.pd_darwin.<br><br>fgmadsr<br>IOhannes<br><br><br><br>_______________________________________________<br><a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a><br></blockquote></div><br></div></body></html>