Created
June 19, 2011 21:14
-
-
Save dchelimsky/1034765 to your computer and use it in GitHub Desktop.
What does this mean?
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
$ which ruby | |
/Users/david/.rvm/rubies/ruby-1.8.6-p420/bin/ruby | |
$ gem install ruby-debug | |
Building native extensions. This could take a while... | |
ERROR: Error installing ruby-debug: | |
rbx-require-relative requires Ruby version ~> 1.8.7. | |
# why is anything rbx related coming into play in an mri 1.8.6 env????? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@dchelimsky: Forgive me my ignorance, but as I am new to Ruby:
Edit: Seems there is a more underlying problem, at least that's what the "Can't handle 1.9.x yet" below indicates to me (?). So should I delete the whole 1.9.2 stuff and revert to an earlier version?
C:\Ruby192>gem install ruby-debug
ERROR: Error installing ruby-debug:
rbx-require-relative requires Ruby version ~> 1.8.7.
C:\Ruby192>gem list
*** LOCAL GEMS ***
columnize (0.3.4)
minitest (1.6.0)
rake (0.8.7)
rdoc (2.5.8)
C:\Ruby192>gem install linecache -v 0.45
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
ERROR: Error installing linecache:
ERROR: Failed to build gem native extension.
Can't handle 1.9.x yet
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=C:/Ruby192/bin/ruby
Gem files will remain installed in C:/Ruby192/lib/ruby/gems/1.9.1/gems/linecache-0.45 for inspection.
Results logged to C:/Ruby192/lib/ruby/gems/1.9.1/gems/linecache-0.45/ext/gem_make.out
C:\Ruby192>