On Sun, Mar 05, 2000 at 05:19:31PM -0800, Mark A. Ordal wrote: } Can anyone point me to some Mac-specific instructions for installing } ImageMagick? } } I have the compiled binaries for ImageMagick-5.1.1 for Mac and have } run the Identify program with the "-verbose logo:" argument as per } the limited instructions that come with the binaries. } } I have PerlMagick-Mac 5.1.1 too. When I put "Magick.pm" in a } site_perl folder within the MacPerl folder, I get an error from the } ImageMagick demo programs to the effect that "Image/Magick.pm" can't } be located. So I made an "Image" folder within site_perl and put } "Magick.pm" there and the message now becomes something to the effect } "can't find loadable object for module Image::Magick in @INC". } } So where's this "loadable object" hiding? (I've also tried putting } the entire contents of the ImageMagick-Mac folder into the } site_perl:Image folder and re-running the Identify program---same } error as mentioned above.) Image::Magick is a Perl module that needs to be compiled with a C compiler. It's a front end to the routines in libMagick, rather than to the programs that come with ImageMagick. So far as I know, no one has ever built Image::Magick for MacPerl. If you're interested in trying to build it (there are no guarantees that it will work) you should start by looking at Arved Sandstrom's MacXS tutorial at <http://www.macperl.com/depts/Tutorials/XS/mpxstut.html>. } } Any help would be appreciated. } } --Mark } -- Paul Schinder schinder@pobox.com # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org