Hi All,
I have downloaded the package: Pd-0.39.2-extended-test5.dmg from hans page (http://at.or.at/hans/pd/installers.html). I have copiied the org.data.pd.pdlist into my preferences. I have also draged the pd apps into my application folder. When I now try to run a gem patch, I do receive a couple of errors, which indicates to me, that pd cannot find the gem application (or at least I assume this...) The errors look like the following:
gemwin .... couldn't create gemhead .... couldn't create pix_convolve 3 3 .... couldn't create square 4 .... couldn't create pix_film .... couldn't create pix_texture .... couldn't create error: inlet: expected '' but got 'reset' .... you might be able to track this down from the Find menu. error: inlet: expected '' but got 'list'
(just an example..)
Could anybody help me please? I used to run it on my win pc, and I am very keen to get back on pd....
Thanks
Thomas
Leave the house before you find something worth staying in for.
Was halten Sie von einer Seite, die all Ihre Lieblingsthemen beinhaltet? http://at.msn.com/
Thomas Kronlachner wrote:
Hi All,
I have downloaded the package: Pd-0.39.2-extended-test5.dmg from hans page (http://at.or.at/hans/pd/installers.html). I have copiied the org.data.pd.pdlist into my preferences. I have also draged the pd apps into my application folder. When I now try to run a gem patch, I do receive a couple of errors, which indicates to me, that pd cannot find the gem application (or at least I assume this...) The errors look like the following:
you are right, pd cannot find Gem (and if we want to nit-pick, Gem is a library and not an application; you can use it to build applitcations)
i don't know whether Gem is included in the release of pd-extended. (check the README, or try to locate a Gem.pd_darwin in the pd-extended application) try creating an object [Gem] to see whether pd can load it. watch the console for any warnings (run pd with the "-verbose" flag for better information). if you can load it this way, you might want to add it manually to the libraries to be loaded at startup.
if Gem is not part of your specific pd-extended release, either get a fresh one from http://autobuild.puredata.info (if you are brave and feel like beta-testing) or get the Gem-binary fron http://gem.iem.at (most likely you want the OSX bin-doc package)
mfg.asdr IOhannes