質問編集履歴
2
エラー追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -55,3 +55,93 @@
|
|
55
55
|
|
56
56
|
|
57
57
|
分かる方教えていただけると幸いです。
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
#### 最初の方のエラーが漏れていたので追記
|
64
|
+
|
65
|
+
修正依頼により大量にエラーが出ていたことに気付きましたが、全部は容量オーバーで貼れませんでした。
|
66
|
+
|
67
|
+
なので出だし部分だけ追記しました。
|
68
|
+
|
69
|
+
```ここに言語を入力
|
70
|
+
|
71
|
+
Using selenium-webdriver 3.142.7
|
72
|
+
|
73
|
+
Using turbolinks 5.2.1
|
74
|
+
|
75
|
+
Using activesupport 6.1.4.1
|
76
|
+
|
77
|
+
Using globalid 0.5.2
|
78
|
+
|
79
|
+
Using activemodel 6.1.4.1
|
80
|
+
|
81
|
+
Using jbuilder 2.11.2
|
82
|
+
|
83
|
+
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
current directory:
|
88
|
+
|
89
|
+
/Users/tanaka/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/racc-1.5.2/ext/racc/cparse
|
90
|
+
|
91
|
+
/Users/tanaka/.rbenv/versions/3.0.0/bin/ruby -I /Users/tanaka/.rbenv/versions/3.0.0/lib/ruby/3.0.0 -r
|
92
|
+
|
93
|
+
./siteconf20210827-45713-ri3f59.rb extconf.rb
|
94
|
+
|
95
|
+
checking for rb_ary_subseq()... *** extconf.rb failed ***
|
96
|
+
|
97
|
+
Could not create Makefile due to some reason, probably lack of necessary
|
98
|
+
|
99
|
+
libraries and/or headers. Check the mkmf.log file for more details. You may
|
100
|
+
|
101
|
+
need configuration options.
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
Provided configuration options:
|
106
|
+
|
107
|
+
--with-opt-dir
|
108
|
+
|
109
|
+
--without-opt-dir
|
110
|
+
|
111
|
+
--with-opt-include
|
112
|
+
|
113
|
+
--without-opt-include=${opt-dir}/include
|
114
|
+
|
115
|
+
--with-opt-lib
|
116
|
+
|
117
|
+
--without-opt-lib=${opt-dir}/lib
|
118
|
+
|
119
|
+
--with-make-prog
|
120
|
+
|
121
|
+
--without-make-prog
|
122
|
+
|
123
|
+
--srcdir=.
|
124
|
+
|
125
|
+
--curdir
|
126
|
+
|
127
|
+
--ruby=/Users/tanaka/.rbenv/versions/3.0.0/bin/$(RUBY_BASE_NAME)
|
128
|
+
|
129
|
+
/Users/tanaka/.rbenv/versions/3.0.0/lib/ruby/3.0.0/mkmf.rb:471:in `try_do': The compiler failed to
|
130
|
+
|
131
|
+
generate an executable file. (RuntimeError)
|
132
|
+
|
133
|
+
You have to install development tools first.
|
134
|
+
|
135
|
+
from /Users/tanaka/.rbenv/versions/3.0.0/lib/ruby/3.0.0/mkmf.rb:564:in `try_link0'
|
136
|
+
|
137
|
+
from /Users/tanaka/.rbenv/versions/3.0.0/lib/ruby/3.0.0/mkmf.rb:582:in `try_link'
|
138
|
+
|
139
|
+
from /Users/tanaka/.rbenv/versions/3.0.0/lib/ruby/3.0.0/mkmf.rb:794:in `try_func'
|
140
|
+
|
141
|
+
from /Users/tanaka/.rbenv/versions/3.0.0/lib/ruby/3.0.0/mkmf.rb:1083:in `block in have_func'
|
142
|
+
|
143
|
+
from /Users/tanaka/.rbenv/versions/3.0.0/lib/ruby/3.0.0/mkmf.rb:971:in `block in checking_for'
|
144
|
+
|
145
|
+
from /Users/tanaka/.rbenv/versions/3.0.0/lib/ruby/3.0.0/mkmf.rb:361:in `block (2 levels) in postpone'
|
146
|
+
|
147
|
+
```
|
1
c
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
macOS Catalina10
|
1
|
+
macOS Catalina10 15 7にrails開発環境を構築してます。
|
2
2
|
|
3
3
|
rubyとrailsのインストールが終わったので、はじめてrails new して、その中で
|
4
4
|
|