Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.5: Install ImageMagick without Fink or MacPorts' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: Install ImageMagick without Fink or MacPorts
Authored by: thomas_witt on Sep 21, '08 05:57:59AM
Please notice the newer versions of the Ruby rmagick gem (>=2.6.0) require also a newer version of imagemagick.
So instead of curling 6.4.2 when downloading ImageMagick just type:

curl -O 'ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.4.3-6.tar.bz2'
That's it.

[ Reply to This | # ]
10.5: Install ImageMagick without Fink or MacPorts
Authored by: sabernar on Sep 29, '08 04:18:46PM

The script works most of the way for me, but then I get this error:

i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libX11.6.2.0.dylib: No such file or directory
i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXau.6.0.0.dylib: No such file or directory
i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXdmcp.6.0.0.dylib: No such file or directory
make[1]: *** [magick/libMagickCore.la] Error 1
make: *** [install] Error 2

Any ideas?



[ Reply to This | # ]