Failed to build Ruby 2.7.7 using asdf (Ventura 13.2, Intel) #2136
-
Hi there! Currently, I cannot install ruby 2.7.7. I'm on OS 13.2, with an Intel chip. I'm using the asdf ruby plugin, which uses ruby-build under the hood. I uninstalled / reinstalled Xcode, but still no luck. I've tried using several of the CFLAG env vars suggestions from different posts. Currently, with Thanks for your help!! 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
UPDATE: This worked Hopefully this helps a poor soul in the future! Thanks! |
Beta Was this translation helpful? Give feedback.
UPDATE: This worked
RUBY_CFLAGS="-w" asdf install ruby 2.7.7
Hopefully this helps a poor soul in the future!
Thanks!