-
Notifications
You must be signed in to change notification settings - Fork 33
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
Breaking change for JRuby #69
Comments
I could install
It seems JRuby specific issue, not macOS. |
|
nobu
added a commit
that referenced
this issue
Dec 10, 2024
Instead of checking for the existence of the necessary function. On JRuby no C compiler is available and this call results in a runtime error.
nobu
added a commit
that referenced
this issue
Dec 10, 2024
Instead of checking for the existence of the necessary function. On JRuby no C compiler is available and this call results in a runtime error.
nobu
added a commit
that referenced
this issue
Dec 10, 2024
Instead of checking for the existence of the necessary function. On JRuby no C compiler is available and this call results in a runtime error.
nobu
added a commit
that referenced
this issue
Dec 10, 2024
On JRuby no C compiler is available and this call results in a runtime error.
nobu
added a commit
that referenced
this issue
Dec 10, 2024
On JRuby no C compiler is available and this call results in a runtime error.
nobu
added a commit
that referenced
this issue
Dec 10, 2024
On JRuby no C compiler is available and this call results in a runtime error.
nobu
added a commit
that referenced
this issue
Dec 10, 2024
On JRuby no C compiler is available and this call results in a runtime error.
nobu
added a commit
that referenced
this issue
Dec 10, 2024
On JRuby no C compiler is available and this call results in a runtime error.
matzbot
pushed a commit
to ruby/ruby
that referenced
this issue
Dec 10, 2024
ruby/resolv#69) On JRuby no C compiler is available and this call results in a runtime error. ruby/resolv@33105bc504
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version 0.5.0 causes a bundle update to fail. https://github.com/ruby/resolv/pull/57/files is the change I suspect broke it.
When the following snippet is ran in a rails console on a Mac, an error is thrown as shown below:
I think 'iphlpapi' is a windows library that doesn't exist on Mac.
The text was updated successfully, but these errors were encountered: