From: Tim Hunter Date: 2006-03-13T04:38:44+09:00 Subject: Re: [SOLVED] Problem installing RMagick Gregory Seidman wrote: > > 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. > xwindow.h is part of the X11 package, which should be on your 10.3 install disks, iirc. If you decide to go back and get RMagick working with X11 (it's nice to be able to use display and animate to check your images), here's the OS X installation FAQ: http://rmagick.rubyforge.org/install-osx.html Also I've heard that some folks are having good luck using the DarwinPorts package. It's a bit out-of-date (1.9.2) but may be easier to install from scratch.