rvm
rvm copied to clipboard
Error running '__rvm_make -j8', for every ruby version I've tried, HELP, lol
Been running into this error trying to download every version I can think of for Ruby.
Error running '__rvm_make -j8',
Have followed 2-3 different RVM
issue threads to try and resolve this on the new M1 Chip (running rosetta 2 on my terminal). Any thoughts or solutions? Would greatly appreciate it! :)
I had the same trouble.💔💔💔 Install the ruby 2.3 + rails 4.1.8
@doosemavis @ShowLew Hello, you can try with solutions:
-
rvm install 'num version' --with-out-ext=fiddle
or -
CFLAGS="-Wno-error=implicit-function-declaration" rvm install 'num version'
command for examle:
-
rvm install 2.7.0 --with-out-ext=fiddle
or -
CFLAGS="-Wno-error=implicit-function-declaration" rvm install 2.7.0
https://github.com/rvm/rvm/issues/5090#issuecomment-967058897