前提・実現したいこと
rbenvを使ってRubyのバージョンを2.6.7にしたいのですが
インストールできません。
発生している問題・エラーメッセージ
UILD FAILED (Mac OS X 10.15.7 using ruby-build 20210405) Inspect or clean up the working tree at /var/folders/7m/jqxyqvxn7dqfc9stlxkg2xs80000gn/T/ruby-build.20210407182356.77458.p7LsbD Results logged to /var/folders/7m/jqxyqvxn7dqfc9stlxkg2xs80000gn/T/ruby-build.20210407182356.77458.log Last 10 log lines: ^ compiling vm_dump.c vm.c:2489:34: warning: expression does not compute the number of elements in this array; element type is 'const int', not 'VALUE' (aka 'unsigned long') [-Wsizeof-array-div] sizeof(ec->machine.regs) / sizeof(VALUE)); ~~~~~~~~~~~~~~~~ ^ vm.c:2489:34: note: place parentheses around the 'sizeof(VALUE)' expression to silence this warning 1 warning and 1 error generated. make: *** [vm.o] Error 1 make: *** Waiting for unfinished jobs.... compiling vm_trace.c
該当のソースコード
ソースコード
試したこと
ここに問題に対して試したことを記載してください。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー