At 22:35 -0700 3/8/02, Benjamin Trott wrote:

>Yes, that's true. I remember ImageMagick being very unfun to 
>install, myself. And in fact, I think I just broke my installation 
>of Image::Magick recently by upgrading my ImageMagick installation.

Yep, I'm still having problems with mine, but my old installation 
technique works:

Uninstall ImageMagick entirely:

fink remove imagemagick
rm -rf /sw/share/ImageMagick

Ensure you have fink configured not to include unstable trees 
(/sw/etc/fink.conf, and rebuild with fink index)

fink fetch imagemagick
edit the 
/sw/fink/dists/stable/main/finkinfo/graphics/imagemagick-5.4.1-3.patch 
file, add "with_x=no" after the esac and make sure you update the 
number of lines in that hunk from 27 to 28.  You might have to do a 
fink build to get the patch file, I don't know.

@@ -7720,6 +7720,28 @@

and

+    *) # Darwin 1.3 on
+      allow_undefined_flag_CXX='-flat_namespace -undefined suppress'
+      ;;
+    esac
+    with_x=no

fink install imagemagick

I'm hoping in a few months to install Mac OS 10.2, Perl 5.8 and then 
hopefully ImageMagick will install without hassles, but who knows.

Enjoy,
    Peter.

-- 
<http://www.interarchy.com/>  <http://download.interarchy.com/>

Reply via email to