G
Gregory Seidman
On Sun, Mar 12, 2006 at 10:28:05PM +0900, Gregory Seidman wrote:
} I am trying to install the RMagick gem under MacOS X (10.3 latest). I have
} ImageMagick 6.1.8, with development headers, installed via Fink. When I do
} a simple gem install it seems to work, but I can't find any dynamic library
} for it and neither can Ruby when I try to actually use it. The following is
} a transcript of the install. Note that it complains that it can't find
} mkmf, but proceeds anyway. Please advise.
[...]
It turns out that the Ruby development files weren't installed. Of course,
there was one more hiccup after that. I had to manually edit the
rmagick_config.h file to not use X11 since, for whatever reason,
.../include/magick did not have xindow.h. I could have done more
investigation on the ImageMagick side, but I was more concerned with
non-display Magick anyway so I took the shortcut.
--Greg
} I am trying to install the RMagick gem under MacOS X (10.3 latest). I have
} ImageMagick 6.1.8, with development headers, installed via Fink. When I do
} a simple gem install it seems to work, but I can't find any dynamic library
} for it and neither can Ruby when I try to actually use it. The following is
} a transcript of the install. Note that it complains that it can't find
} mkmf, but proceeds anyway. Please advise.
[...]
It turns out that the Ruby development files weren't installed. Of course,
there was one more hiccup after that. I had to manually edit the
rmagick_config.h file to not use X11 since, for whatever reason,
.../include/magick did not have xindow.h. I could have done more
investigation on the ImageMagick side, but I was more concerned with
non-display Magick anyway so I took the shortcut.
--Greg