Skip to content

Instantly share code, notes, and snippets.

@jjulian
Created August 27, 2010 16:07
Show Gist options
  • Save jjulian/553650 to your computer and use it in GitHub Desktop.
Save jjulian/553650 to your computer and use it in GitHub Desktop.
make: *** [rdoc] Abort trap
[2010-08-26 23:56:31] make
/Users/jjulian/.rvm/gems/ruby-1.8.7-p160/gems/rdoc-2.4.3/lib/rdoc/rdoc.rb:51: warning: already initialized constant GENERATORS
error loading "/Users/jjulian/.rvm/gems/ruby-1.8.7-p160/gems/sdoc-0.2.20/lib/rdoc/discover.rb": superclass mismatch for class Paragraph (TypeError)
/Users/jjulian/.rvm/gems/ruby-1.8.7-p160/gems/rdoc-2.4.3/lib/rdoc/rdoc.rb:51: warning: already initialized constant GENERATORS
/Users/jjulian/.rvm/gems/ruby-1.8.7-p160/gems/json-1.4.3/lib/json/common.rb:66: [BUG] unknown type 0x22 (0xc given)
ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0]
@jjulian
Copy link
Author

jjulian commented Aug 27, 2010

$ brew install libyaml
$ rvm use 1.8.7-p160
$ rvm install 1.9.2-p0 -C --enable-shared,--with-readline-dir=$HOME/.rvm/usr,--with-libyaml=/usr/local

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment