-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
[macOS][12.0] ERROR: Error installing byebug 11.1.3 #825
Comments
I worked around this problem by downloading byebug, patching it, and installing a local-compiled gem. This patch allows CFLAGS into makefile.
It was pretty straightforward from there on:
|
Maybe this is a stupid question, but how does one "patch" the byebug file? I've tried a lot of things so far, (a new user account and test environment, updated ruby gems manually, tried to update byebug manually, amongst other steps listed below I ran
brew
byebug |
(Valid for Ruby 3.0.6; it is very possible that 3.1+ works as 2.7 did) |
Problem description
gem install byebug -v '11.1.3' --source 'https://rubygems.org/'
Expected behavior
I expected that the gem would install successfully.
Actual behavior
The full transcript can be found here:
Steps to reproduce the problem
Steps:
The text was updated successfully, but these errors were encountered: