ruby rvm install在macos(monterey)上运行make时抛出错误

j0pj023g  于 2023-04-05  发布在  Ruby
关注(0)|答案(1)|浏览(262)

我的终端开始说

Required ruby-2.6.0 is not installed.
To install do: 'rvm install "ruby-2.6.0"'

当我试图运行安装时,我得到了错误:

Error running '__rvm_make -j10',
please read /Users/ih143f/.rvm/log/1680671333_ruby-2.6.0/make.log

There has been an error while running make. Halting the installation.
ev7lccsx

ev7lccsx1#

这篇Git论坛帖子说在运行rvm install之前运行以下命令:

export warnflags=-Wno-error=implicit-function-declaration

相关问题