-
Notifications
You must be signed in to change notification settings - Fork 52
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
Unable to install on Termux #91
Comments
Same here in a Mac OS Sonoma M1 (but trying to build as x86_64 with ruby 3.2.3 in rvm) |
Facing same issue on Mac OS Sonoma M2 |
I success to install with below config in macOS Sonoma 14.3.1 (M1). $ bundle config build.posix-spawn --with-cflags="-Wno-incompatible-function-pointer-types" |
Using Rosetta @prabhanshu |
Thank you so much @taketo1113 I was able to follow your idea and in my setup was able to install it using: (Sonoma 14.4 M1 RVM) gem install posix-spawn -v 0.3.15 -- --with-cflags=\"-Wno-incompatible-function-pointer-types\" |
Running
gem install posix-spawn
on Termux currently gives me:The text was updated successfully, but these errors were encountered: