質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -98,4 +98,26 @@
|
|
98
98
|
xcode-select --installはしましたXcodeも入っています...
|
99
99
|
|
100
100
|
とにかくrubyが入れられないと何もできないので、たすけてください。
|
101
|
-
よろしくお願いします。
|
101
|
+
よろしくお願いします。
|
102
|
+
|
103
|
+
|
104
|
+
====== 追記 ======
|
105
|
+
下記URLを参考に
|
106
|
+
https://qiita.com/marusho_summers/items/1022d5bbfd2f7856d2f8
|
107
|
+
```
|
108
|
+
echo 'export CC=/usr/bin/gcc' >> ~/.bash_profile
|
109
|
+
source ~./bash_profile
|
110
|
+
```
|
111
|
+
したところ
|
112
|
+
|
113
|
+
エラーの内容が
|
114
|
+
```
|
115
|
+
checking for ruby... /Users/shirafujitakuya/.rbenv/shims/ruby
|
116
|
+
checking build system type... x86_64-apple-darwin18.6.0
|
117
|
+
checking host system type... x86_64-apple-darwin18.6.0
|
118
|
+
checking target system type... x86_64-apple-darwin18.6.0
|
119
|
+
gcc: error: unable to find utility "gcc", not a developer tool or in PATH
|
120
|
+
configure: error: clang version 3.0 or later is required
|
121
|
+
make: error: unable to find utility "make", not a developer tool or in PATH
|
122
|
+
```
|
123
|
+
こうなりました...
|