Home > Apple Mac, Ruby, Ruby on Rails > Ruby and Upgrading to Leopard

Ruby and Upgrading to Leopard

December 6th, 2007

I recently upgraded my mac to OS X 10.5 and had some problems installing the Ruby gem Hpricot. This particular gem is compiled from source when it is installed (on a Mac at least, no idea about Windows or Linux). When I tried to install it, it kept throwing an error and failing. The problem was that I had forgotten to also upgrade Xcode, so it was being compiled with an old copy of gcc.

Categories: Apple Mac, Ruby, Ruby on Rails Tags:
  1. Mike
    December 6th, 2007 at 17:34 | #1

    FYI – Leopard comes with Hpricot preinstalled on Leopard

Comments are closed.