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

问题描述 投票:0回答:1

我的终端开始说

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.
ruby makefile rvm macos-monterey
1个回答
0
投票

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

export warnflags=-Wno-error=implicit-function-declaration
© www.soinside.com 2019 - 2024. All rights reserved.