Cabin Boy
me: had a problem building the gem from source
me: well, i'll wait til a rainy day
me: shit its raining
jbarnette: technogeist: be a man, get it to build ;)
Installing Nokogiri turned out to be a pain. I also needed racc and frex to build it properly.
$ sudo gem install nokogiri
# failed with this: "checking for racc... no"
$ svn co http://i.loveruby.net/svn/public/racc/trunk racc
$ cd racc
$ sudo ruby setup.rb config
$ sudo ruby setup.rb setup
$ sudo ruby setup.rb install
$ ln -s /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/racc /usr/bin/racc
$ cd ..
$ git clone git://github.com/tenderlove/frex.git
$ cd frex
$ gem build frex.gemspec
$ sudo gem install frex-1.0.1.gem
$ sudo gem install nokogiri
related
- 2010 Jul 13 In-Process Node.js Queues
- 2010 Jul 07 Geek Talk Interview
- 2010 Jun 28 Tee and Child Processes
- 2010 Jun 23 You can let go now
- 2010 May 17 Railsconf: Building APIs
- 2010 May 10 Nori: Node.js Riak wrapper
- 2010 May 10 No, I did not create a mobile phone framework too
- 2010 May 04 Escaping your test suite with your life
- 2010 Apr 05 Will the iPad kill comic books?
- 2010 Apr 05 First day at GitHub

