I downloaded gem-0.90.0 from http://gem.iem.at/ and I did the whole thing again starting from configure which I had the following [gem09] PureData GEM (source code) with m_holdname: --------------------------> missing (gcc: error: 'm_holdname' is not a member of 'CPPExtern') [gem08] PureData GEM (source code) without m_holdname: -----------------------> found
I compile the whole thing all over and I made the .pdrc file and wrote -lib gridflow and copied the whole gridflow directory to /Applications/Pd-extended.app/Contents/Resources/extra
now I don't get any error messages from PD if I erase the .pdrc file (which only has this line -lib gridflow) but if the .pdrc file is there PD says reading startup file /Users/myhomedir/.pdrc and just crashes!!! what I do wrong with the .pdrc ??
thanks, fanouris
On 10/26/06, james tittle tigital@mac.com wrote:
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