Created
February 20, 2011 18:54
-
-
Save mutle/836202 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ rvm use jruby | |
Using /Users/mutle/.rvm/gems/jruby-1.5.6 | |
mutle at mutle in ~ | |
➜ gem install rdiscount | |
Building native extensions. This could take a while... | |
ERROR: Error installing rdiscount: | |
ERROR: Failed to build gem native extension. | |
/Users/mutle/.rvm/rubies/jruby-1.5.6/bin/jruby extconf.rb | |
WARNING: JRuby does not support native extensions or the `mkmf' library. | |
Check http://kenai.com/projects/jruby/pages/Home for alternatives. | |
extconf.rb:3: undefined method `dir_config' for main:Object (NoMethodError) | |
Gem files will remain installed in /Users/mutle/.rvm/gems/jruby-1.5.6/gems/rdiscount-1.6.8 for inspection. | |
Results logged to /Users/mutle/.rvm/gems/jruby-1.5.6/gems/rdiscount-1.6.8/ext/gem_make.out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment