rvm icon indicating copy to clipboard operation
rvm copied to clipboard

Error running '__rvm_make -j8', for every ruby version I've tried, HELP, lol

Open doosemavis opened this issue 3 years ago • 3 comments

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! :)

doosemavis avatar May 28 '21 21:05 doosemavis

I had the same trouble.💔💔💔 Install the ruby 2.3 + rails 4.1.8

ShowLew avatar Jun 07 '21 09:06 ShowLew

@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

Vito300187 avatar Aug 11 '21 10:08 Vito300187

https://github.com/rvm/rvm/issues/5090#issuecomment-967058897

mayur-kambariya avatar Nov 12 '21 12:11 mayur-kambariya