Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rubinius and pry-full #4

Open
Govinda-Fichtner opened this issue Oct 31, 2013 · 0 comments
Open

Rubinius and pry-full #4

Govinda-Fichtner opened this issue Oct 31, 2013 · 0 comments

Comments

@Govinda-Fichtner
Copy link

It seems as pry-full installs several debugger-* related gems as dependencies it won't work with Rubinius...

I get the following error

Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.

    /Users/govinda/.rbenv/versions/rbx-2.1.1/bin/rbx extconf.rb
Ruby version 2.1.0 is not supported.
*** 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=/Users/govinda/.rbenv/versions/rbx-2.1.1/bin/rbx


Gem files will remain installed in /Users/govinda/.rbenv/versions/rbx-2.1.1/gems/gems/debugger-1.6.2 for inspection.
Results logged to /Users/govinda/.rbenv/versions/rbx-2.1.1/gems/gems/debugger-1.6.2/ext/ruby_debug/gem_make.out

An error occurred while installing debugger (1.6.2), and Bundler cannot continue.
Make sure that `gem install debugger -v '1.6.2'` succeeds before bundling.

Is there a way to use pry-full with Rubinius?
I guess an easy workaround would be to just require all the different gems manually without the debugger-* gems...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant