now you only have to make Pd-extended pick that version rather than the one that is included with PdX. i *guess* that just removing the included 'Gem' folder will work:
$ cd /usr/lib/pd-extended/extra/ $ sudo mv Gem Gem.bak
It didn't automatically find the version of Gem from the repositories so I copied it.
$ sudo cp -r /usr/lib/pd/extra/Gem/ /usr/lib/pd-extended/extra/
After that I can load pngs in pd-extended. I haven't yet tried it in pd-l2ork as I'm still having dependency issues.
Thanks for your help,
Antonio
On 20 May 2015 at 08:19, IOhannes m zmoelnig zmoelnig@iem.at wrote:
On 2015-05-19 22:02, Antonio Roberts wrote:
That returned the follwing:
libMagick++.so.5 => not found libMagickCore.so.5 => not found
[...]
libmagick++-6.q16-5 and similar packages are installed and I'm presume these replace previous versions.
that's what i feared.
If recompiling is the only option can you give me any advice on doing this?
actually, the simplest solution is to isntall the Gem version that comes with vivid, and use that.
$ sudo apt-get install gem
now you only have to make Pd-extended pick that version rather than the one that is included with PdX. i *guess* that just removing the included 'Gem' folder will work:
$ cd /usr/lib/pd-extended/extra/ $ sudo mv Gem Gem.bak
i don't know whether this works with Pd-l2ork, just give it a try.
fgmasdr IOhannes