On Oct 26, 2006, at 11:08 AM, Fanouris Moraitis wrote:
So now that I have my gridflow.pd_darwin i did the following I made the .pdrc file and wrote -lib gridflow also i copied the whole gridflow directory to /Applications/Pd-extended.app/Contents/Resources/extra
and then I started pd but I have the following error from pd
Applications/Pd-extended.app/Contents/Resources/Scripts/../extra/ gridflow/gridflow.pd_darwin: dlopen(/Applications/Pd-extended.app/Contents/Resources/Scripts/../ extra/gridflow/gridflow.pd_darwin, 10): Symbol not found: __ZN9CPPExtern10m_holdnameE Referenced from: /Applications/Pd-extended.app/Contents/Resources/Scripts/../extra/ gridflow/gridflow.pd_darwin Expected in: flat namespace
...this is a variable from GEM (CPPExtern::m_holdname): probably
from some old gem header #include'd in the compile somewhere...but I
don't think gridflow should need gem to load...one way around this
would be to try and load gem before gridflow, or better fix the
source problem...
james