質問編集履歴

1

エラー文を追加

2019/07/28 16:36

投稿

jotaku
jotaku

スコア40

test CHANGED
File without changes
test CHANGED
@@ -117,3 +117,31 @@
117
117
  ```
118
118
 
119
119
  パスを通す最後にこのエラーが出てしまうがwhich ruby で正常になっているので関係はないかもしれません
120
+
121
+ #エラー文を追加
122
+
123
+ ```
124
+
125
+ Last 10 log lines:
126
+
127
+ checking whether struct tm is in sys/time.h or time.h... time.h
128
+
129
+ checking for struct tm.tm_zone... yes
130
+
131
+ checking for struct tm.tm_gmtoff... yes
132
+
133
+ checking for external int daylight... yes
134
+
135
+ checking for negative time_t for gmtime(3)... yes
136
+
137
+ checking for localtime(3) overflow correctly... yes
138
+
139
+ checking for sig_t... yes
140
+
141
+ checking whether right shift preserve sign bit... yes
142
+
143
+ configure: error: gettimeofday() must exist
144
+
145
+ make: *** No targets specified and no makefile found. Stop.
146
+
147
+ ```