0

When I run bundle install, I get this error: rubygems bundle install byebug error.

In case the picture doesn't load, here is the error message: "An error occured while installing byebug (7.0.0), and bundler cannot continue."

I found a few answers that suggested making changes to the Gemfile, which I did and that did not work. After those unsuccessful attempts, I uninstalled rails and reinstalled it.

I am working on a macbook pro, osx yosemite version 10.10.5.

Thomas Dickey
  • 51,086
  • 7
  • 70
  • 105
Hunter Maxfield
  • 109
  • 1
  • 2
  • 10
  • FWIW: you will get better feedback if you post the error message as text as opposed to as a screenshot. – orde Nov 06 '15 at 00:22
  • Thanks... What part of the error message would you have put in text? Under the screenshot I included everything in red. @orde – Hunter Maxfield Nov 06 '15 at 05:20

1 Answers1

0

What version of XCODE are you using and do you have the command line tools extensions for it installed? Also, byebug is noted elsewhere has previously having compiler options that are unsupported by the xcode compilers. With xcode-5.1 you can turn these errors into warnings. Later versions may or may not permit this. See: Ruby Gem install Json fails on Mavericks and Xcode 5.1 - unknown argument: '-multiply_definedsuppress'