in reply to Re: A little Gimp script
in thread A little Gimp script

I want to thank you all!!! :-) but... :-(
I'm trying to install Image::Magick but I have errors like these:
Magick.xs:359: error: (near initialization for `Methods[74].arguments[ +3]') Magick.xs:359: error: initializer element is not constant ...
and then:
make: *** [Magick.o] Error 1
I have installed libraries, perl-magick etc...and edited Makefile to find my libraries...

And what about Imager module??

Thanks a lot, monks

Replies are listed 'Best First'.
Re: Re: Re: A little Gimp script
by paulbort (Hermit) on Apr 28, 2004 at 18:49 UTC
    If you can't get the module to install, you can fall back to calling the ImageMagick command line utilities (which is what I do because I didn't know about Image::Magick when I started using ImageMagick.) IM binaries are available for most OSes (even Win32).


    --
    Spring: Forces, Coiled Again!
Re: Re: Re: A little Gimp script
by thunders (Priest) on Apr 29, 2004 at 01:28 UTC

    Have you tried a binary version of the perl-magick package. I also had problems with a source install of the Image::Magick but I installed the .rpm's for PerlMagick and IM that were packaged for my distro(Mandrake) and I got it to work. On Windows, perlMagick was an option during the ImageMagick binary install.

    I believe .debs are availible as well if you are an apt user.