Referencing this message: http://lists.puredata.info/pipermail/pd-list/2006-12/044837.html from Hans on 5 Dec 2006:
"FYI, I just enabled the building of [plugin~] on Mac OS X. So it should be included in nightly builds and upcoming test and final releases." <end quote>
I am not sure that this is actually the case, as I don't see it anywhere still (autobuild dir doesn't go back as far as this message). Hans, I would be interested to know what you did to get it to compile. I am still getting errors even after installing the ladspa (and ladspa-dev) libs via Fink. Here's my terminal output (I'm still a relative newbie at compiling so I don't understand exactly what this means):
klangisch:~/externals/plugin~ kmccoy$ scons scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... gcc -dynamiclib -o plugin~.pd_linux jload.os jsearch.os plugin~.os ld: Undefined symbols: _class_addmethod _class_new _dsp_addv _gensym _inlet_free _inlet_new _nullfn _outlet_anything _outlet_free _outlet_new _pd_new _post _sys_getsr /usr/bin/libtool: internal link edit command failed scons: *** [plugin~.pd_linux] Error 1 scons: building terminated because of errors.
Any help appreciated very much! I have tons of ladspa plugins just waiting to be used :) Kevin
A binary is included in the flatspace library. Whether it works or
not is another question...
.hc
On Jan 20, 2007, at 11:45 AM, Kevin McCoy wrote:
Referencing this message: http://lists.puredata.info/pipermail/pd- list/2006-12/044837.html from Hans on 5 Dec 2006:
"FYI, I just enabled the building of [plugin~] on Mac OS X. So it should be included in nightly builds and upcoming test and final releases." <end quote>
I am not sure that this is actually the case, as I don't see it
anywhere still (autobuild dir doesn't go back as far as this
message). Hans, I would be interested to know what you did to get
it to compile. I am still getting errors even after installing the
ladspa (and ladspa-dev) libs via Fink. Here's my terminal output
(I'm still a relative newbie at compiling so I don't understand
exactly what this means):klangisch:~/externals/plugin~ kmccoy$ scons scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... gcc -dynamiclib -o plugin~.pd_linux jload.os jsearch.os plugin~.os ld: Undefined symbols: _class_addmethod _class_new _dsp_addv _gensym _inlet_free _inlet_new _nullfn _outlet_anything _outlet_free _outlet_new _pd_new _post _sys_getsr /usr/bin/libtool: internal link edit command failed scons: *** [plugin~.pd_linux] Error 1 scons: building terminated because of errors.
Any help appreciated very much! I have tons of ladspa plugins just
waiting to be used :) Kevin--
Looking at things from a more basic level, you can come up with a
more direct solution... It may sound small in theory, but it in
practice, it can change entire economies. - Amy Smith
On 1/20/07, Hans-Christoph Steiner hans@eds.org wrote:
A binary is included in the flatspace library. Whether it works or not is another question...
Nope, unfortunately it just causes Pd (39-2 extended test6 on an iMac G5) to crash when I try to create the object. I'm downloading RC1 now, but I am not sure whether or not that will change anything. Thanks for the info - btw where's the best place to look for info on how Pd-extended is laid out so I can know what's in there and what's not? Is there a page or thread somewhere?
Kevin