Hey all,
I'm trying to compile gemCVS from today on OSX via terminal and running into some problems. I'm not sure, now that I think about it, if I ever got the terminal build to work.
Anyhow I tried compiling gem with:
cd src/ autoconf #does nothing it seems ./configure # seems ok... make
end of the make output looks like:
g++ -o Gem.pd_darwin -framework QuickTime -framework Carbon -framework AGL -framework OpenGL Base/*.o Controls/*.o Geos/*.o Manips/*.o MarkEx/*.o Nongeos/*.o Particles/*.o Pixes/*.o openGL/*.o -ldl -lz -lm -lpthread ld: Undefined symbols: _main _canvas_getcurrent _error _gensym _atom_getint _class_addmethod _outlet_anything _outlet_free _outlet_new _inlet_free _inlet_new _clock_delay _clock_getsystime _clock_gettimesince _clock_new _clock_unset _post _atom_getfloat _atom_getsymbol _class_doaddfloat _garray_class _pd_findbyclass _s_float _atom_string _class_addlist _class_addcreator _class_new _class_sethelpsymbol _pd_new _class_addbang _outlet_float _outlet_symbol _outlet_list _s_list _clock_free _s_ _outlet_bang _canvas_makefilename _class_addanything _dsp_add _nullfn _s_signal _garray_getfloatarray _atom_getfloatarg _freebytes _getbytes _s_bang _floatinlet_new _class_addsymbol _resizebytes _startpost _pd_bind _pd_unbind _canvas_getdir _open_via_path _s_symbol _garray_redraw make: *** [Gem.pd_darwin] Error 1
I think think pthread should be in there.
./configure did label a few things as cached but I don't see a config.cache (indeed there is none) in Gem/src/
Any ideas?
Anyone know how Erich could compile Gem for G4 on the source-forge compile farm?
Thanks!
b.