Hi Guyren, I don't know for certain, but I've seen problems with this in two types of situations before. One is a 32bit vs 64bit mismatch, the other is a ruby versions mismatch. My suspicion is in this case its probably the latter. Do you have multiple versions of ruby and/or rubygems installed on your system? Is it possible that you updated ruby after installing ruby_core_source?
You mentioned that you installed ruby after installing xcode; What version of ruby did you install and how? On my macbook pro it came with a 1.8.7 build already installed, so its possible that the ruby_core_source is built/installed for that version and you are now trying to build the new gem for the new version. -Kevin On Mon, May 10, 2010 at 2:06 AM, Guyren G Howe <[email protected]> wrote: > On May 10, 2010, at 1:23 , Matt Aimonetti wrote: > > > Try installing ruby-debug19 first, I bet you the ide version doesn't > declare its deps properly. > > Doesn't the trace show trying to install ruby-debug-ide19, only to be told > it requires ruby_core_source? > > This is in fact what I tried to do originally. It complained about wanting > ruby_core_source, so I installed that, but it doesn't seem to have noticed. > > -- > SD Ruby mailing list > [email protected] > http://groups.google.com/group/sdruby > -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
