[magick-users] Leopard OSX, ImageMagick and PDF's
Alex Robinson
imagemagick at alex.cloudband.com
Fri May 9 14:13:31 PDT 2008
>sh: gs: command not found
>convert: Postscript delegate failed - 'filenames and path removed':
Try installing according to the instructions Peter Lewis posted to
the macosx-perl list
http://www.nntp.perl.org/group/perl.macosx/2008/04/msg10664.html
>>>>
curl -O
http://superb-west.dl.sourceforge.net/sourceforge/ghostscript/ghostscript-8.62.tar.gz
tar zxf ghostscript-8.62.tar.gz
cd ghostscript-8.62
./configure --enable-shared --prefix=$HOME/unix/local
make
[Comment out #include cups/cups.mak in Makefile]
make install
<<<<
That sorted things out for me.
More information about the Magick-users
mailing list