On Nov 14, 2008, at 11:25 AM, _why wrote:

On Fri, Nov 14, 2008 at 05:02:50PM +0100, Vassilis Rizopoulos wrote:
Pulling master from git and downloading the pre-built dependencies I
followed the quick instruction for building Shoes on Mac OS X.

Building breaks off with the following:

private method `specification_version=' called for
#<Gem::Specification:0x5445d4>

The RubyGems included with the OS X deps is old.  You can upgrade
like this:

 ln -s /path/to/your/deps /tmp/dep
 wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz
 tar xzvf rubygems-1.3.1.tgz
 cd rubygems-1.3.1
 /tmp/dep/bin/ruby setup.rb
 rm -f /tmp/dep

_why


Yeah, that's the ticket!

Reply via email to