From: Laurent Sansonetti Date: 2007-05-24T20:09:01+09:00 Subject: Re: Ruby Header Files in Mac OS X On 5/23/07, Tim Hunter wrote: > Ari Brown wrote: > > > > Sweet Ruby Gods please help me > > > > You're running the version of Ruby that comes pre-installed with OS X, > right? Apple got the header files installed in the wrong location. Your > best bet is to install your own version of Ruby in /usr/local. This was IIRC fixed in 10.4.8. I think that the problem Ari has is that he didn't select the BSD/Xcode SDK when installing Mac OS X. By default the Ruby headers are not installed, you need to implicitly specify this during install (or post install, browse the DVD and install the right .pkg). Laurent