Created
June 20, 2012 10:51
-
-
Save rstackhouse/2959337 to your computer and use it in GitHub Desktop.
Trying to install ruby-debug on RubyStack 3.2.3
This file contains 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
C:\RubyStack-3.2.3-0>gem install ruby-debug | |
Temporarily enhancing PATH to include DevKit... | |
Building native extensions. This could take a while... | |
ERROR: Error installing ruby-debug: | |
ERROR: Failed to build gem native extension. | |
C:/RubyStack-3.2.3-0/ruby/bin/ruby.exe extconf.rb | |
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:/RubyStack-3.2.3-0/ruby/bin/ruby | |
Gem files will remain installed in C:/RubyStack-3.2.3-0/ruby/lib/ruby/gems/1.9.1 | |
/gems/linecache-0.46 for inspection. | |
Results logged to C:/RubyStack-3.2.3-0/ruby/lib/ruby/gems/1.9.1/gems/linecache-0 | |
.46/ext/gem_make.out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment