-
Notifications
You must be signed in to change notification settings - Fork 3
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
Trouble installing on MacOS 13.1 + Ruby 3.2.0 (via rbenv) #14
Comments
@gobijan Hi, How did you end up solving this? I am having a similar error just on WSL? Thank you. |
I didn't tbh. |
Thanks for the reply. I'll put this on the backburner for now. |
I just had a look into the code. |
Could be enough to simply replace rb_cData with rb_cObject. |
Works for me(™) |
same here on MacOS Sonoma and Ruby MRI 3.2.2. The above workaround PR seems to work here, too. |
Fix released in v2.0.0. |
I confirm the rb_cData/rb_cObject issue is resolved. |
Hi, happy new year and thanks for making this gem :)
I was trying to install it on MacOS 13.1 (22C65) with installed and agreed xcode commandline tools and rbenv ruby 3.2.0 (2022-12-25 revision a528908271) [arm64-darwin22]
Unfortunately I can't get it to install with Ruby 3.2.0. However I can install using Ruby 3.1.2.
Any clue how to fix this?
Here is the output:
The text was updated successfully, but these errors were encountered: