-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
An error occurred while installing nio4r (2.5.8), and Bundler cannot continue. #287
Comments
I need to see the full error, but it's cut off at the top. |
is this okey ?
…On Thu, Dec 22, 2022 at 2:08 AM Samuel Williams ***@***.***> wrote:
I need to see the full error, but it's cut off at the top.
—
Reply to this email directly, view it on GitHub
<#287 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZFLV22FTOW65326TH2E55DWOP5ANANCNFSM6AAAAAATGJLGJ4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I cannot see any additional message/information/screenshot. |
But i send 5 screenshots
…On Sun, 25 Dec, 2022, 12:05 pm Samuel Williams, ***@***.***> wrote:
I cannot see any additional message/information/screenshot.
—
Reply to this email directly, view it on GitHub
<#287 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZFLV2Z52IE2TCSNBBO4N4LWO7RRVANCNFSM6AAAAAATGJLGJ4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I guess you can't email screenshots on GitHub. |
Should i send them through github ??
…On Sun, 25 Dec, 2022, 1:01 pm Samuel Williams, ***@***.***> wrote:
I guess you can't email screenshots on GitHub.
—
Reply to this email directly, view it on GitHub
<#287 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZFLV22EO57RGUQOOZSYKPDWO7YFPANCNFSM6AAAAAATGJLGJ4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I suppose so? |
It looks like your error is that you didn't install the ruby-dev packages which is required for compiling native gems. 2nd to last screenshot. |
facing the same issue |
@urchymanny that error means you need to install the Ruby development environment for your Linux distro. It's not an issue specific to nio4r. |
Facing same issue on my M2 Mac Mini, does Mac require Linux headers ? |
Mac requires XCode. Perhaps if you paste the full error we can help you better. |
when I run I have
|
This comment was marked as duplicate.
This comment was marked as duplicate.
This particular error should be easily fixable, if no one has made a PR, I'll try to look at it over the weekend. |
Same problem. |
@urchymanny what hardware and system are you compiling on? |
Aarch64 Android
…On Sun, 2 Apr, 2023, 4:10 pm Samuel Williams, ***@***.***> wrote:
@urchymanny <https://github.com/urchymanny> what hardware and system are
you compiling on?
—
Reply to this email directly, view it on GitHub
<#287 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOIHSVOGDO54CBODC63U7MTW7FCR3ANCNFSM6AAAAAATGJLGJ4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
On Termux on an Android! @urchymanny |
I see, so it's a different compiler that's more strict, causing the issues. |
Yeah, this is Clang 16 which makes -Wincompatible-function-pointer-types an error by default. I think this is a (partial) dupe of (or the other way around, w/e) #290. Cheers for the quick fix! |
Yeah, that makes sense, I suppose the original code wasn't really valid. |
Ohk i get it! No problem then |
Thanks for the help! |
The text was updated successfully, but these errors were encountered: