are you sure there is no more output generated on the terminal? esp. when the (first) [pix_image] object is created you should see output like: "dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageMAGICK.so'"
Nope, nothing
you could simply check whehter the plugin has all the available libraries installed by running
$ ldd /usr/lib/pd-extended/extra/Gem/gem_imageMAGICK.so
| grep "not found"
That returned the follwing:
libMagick++.so.5 => not found libMagickCore.so.5 => not found
I did a search in the repositories for appropriate packages and found libmagick++5 . However, when trying to install it:
Package libmagick++5 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'libmagick++5' has no installation candidate
libmagick++-6.q16-5 and similar packages are installed and I'm presume these replace previous versions.
If recompiling is the only option can you give me any advice on doing this?
Thanks
Antonio
On 18 May 2015 at 12:39, IOhannes m zmoelnig zmoelnig@iem.at wrote:
On 2015-05-18 11:22, Antonio Roberts wrote:
open: /etc/pd/gem.conf: No such file or directory open: /home/hellocatfood/.pd/gem.conf: No such file or directory open: ./gem.conf: No such file or directory
are you sure there is no more output generated on the terminal? esp. when the (first) [pix_image] object is created you should see output like: "dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageMAGICK.so'"
tried /usr/lib/pd-extended/extra/Gem/gem_imageTIFF.so and succeeded Image loading support: SGI jpeg tiff
which (together with the fact that it found /usr/lib/pd-extended/extra/Gem/gem_imageMAGICK.so) means that it failed to load the imageMAGICK plugin, which explains why it does not load PNGs.
you could simply check whehter the plugin has all the available libraries installed by running
$ ldd /usr/lib/pd-extended/extra/Gem/gem_imageMAGICK.so
| grep "not found"if it returns *anything*, you will need to install the relevant packages (if they are not installed) and/or re-compile the plugin (if the libraries provided by vivid are incompatible).
fgamsdr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list