am trying to load binaries of pdp2gem and gem2pdp with both specified
in startup prefs (and Gem, pd, pdp already loaded)
tried /Users/polishoo/pd-0.39-2/bin/pdp2gem.pd_darwin and succeeded
link error 0 /Users/polishoo/pd-0.39-2/bin/pdp2gem.pd_darwin Symbol
not found: __ZTI7GemBase
Referenced from: /Users/polishoo/pd-0.39-2/bin/pdp2gem.pd_darwin
Expected in: flat namespace
pdp2gem: can't load library
tried /Users/polishoo/pd-0.39-2/bin/gem2pdp.pd_darwin and succeeded
link error 0 /Users/polishoo/pd-0.39-2/bin/gem2pdp.pd_darwin Symbol
not found: __ZTI7GemBase
Referenced from: /Users/polishoo/pd-0.39-2/bin/gem2pdp.pd_darwin
Expected in: flat namespace
gem2pdp: can't load library
On Feb 3, 2006, at 5:22 PM, Mark Polishook wrote:
am trying to load binaries of pdp2gem and gem2pdp with both
specified in startup prefs (and Gem, pd, pdp already loaded)
- * * * * * * * * * * * what's missing?
...um, "the versions of the externals, especially GEM", is
missing ;-) A fairly recent (ie. in last 6 months) version from cvs
is necessary...
tried /Users/polishoo/pd-0.39-2/bin/pdp2gem.pd_darwin and succeeded
link error 0 /Users/polishoo/pd-0.39-2/bin/pdp2gem.pd_darwin Symbol
not found: __ZTI7GemBase Referenced from: /Users/polishoo/pd-0.39-2/bin/pdp2gem.pd_darwin Expected in: flat namespace
...also, did you compile 0.39-2 yourself? I haven't used it
yet...and I'm not sure if it's using the dlopen or the NSBundle
loader code...and why are you putting externals in /bin?
james