From: Matthew Smillie Date: 2005-11-13T05:46:54+09:00 Subject: Re: Ruby headers and OS X 10.4.3 & XCode 2.2 On Nov 12, 2005, at 19:57, Eric Hankinson wrote: > In addition to the problems that fixrbconfig doesn't cover, I just > noticed something that I'm not sure how to fix (I'm a ruby newb). I > don't know if this is either due to the version of XCode that I have > (most likely) or that I'm also running 10.4.3. The various ruby header > files for building gems are no longer in > /usr/lib/ruby/1.8/powerpc-darwin8.0/ I guess due to the addition of > Intel compatibility, they're now located in: > /usr/lib/ruby/1.8/universal-darwin8.0/ What do I need to change in > rbconfig.rb in order to be able to build gems & such? > I haven't tried this out, but I have a hunch that by reinstalling rubygems as follows: $ ruby setup.rb config --stdruby=/usr/lib/ruby/1.8/universal-darwin8.0 Since I haven't done this (and don't have XCode 2.2 to test it), I'll mention that I'm guessing based on "ruby setup.rb --help config" If that doesn't work (and it looks like it might make some things a little odd) I'd try just making a symbolic link. matthew smillie.