Hi,
i'm running Gem 0.92.2 compiled by myself and Ubuntu 9.04 64 bit
I've a problem with GEM:
when I launch PD it throw me this error (found nothing on google):
/usr/local/lib/pd/extra/Gem.pd_linux: /usr/lib/libMagickWand.so.1: undefined symbol: ClutImageChannel Gem: can't load library
Never had this problem before on the same machine... maybe a libmagick upgrade?
thanks
On 2010-02-21 17:35, Dario Pedrioli wrote:
/usr/local/lib/pd/extra/Gem.pd_linux: /usr/lib/libMagickWand.so.1: undefined symbol: ClutImageChannel Gem: can't load library
Never had this problem before on the same machine... maybe a libmagick upgrade?
no idea but i'm pretty sure that this is a libmagick internal problem. if you don't need ImageMagick support, you could try disabling it in Gem's configure.
mfgasd IOhannes
no idea but i'm pretty sure that this is a libmagick internal problem. if you don't need ImageMagick support, you could try disabling it in Gem's configure.
mfgasd IOhannes
Thanks IOhannes,
Without ImageMagick (./confugure --without-ImageMagick) everything works fine.
So my question now is: ImageMagick is used only for various image format import?
ciao