質問編集履歴

1

エラーログ追記

2017/09/14 07:54

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -37,3 +37,71 @@
37
37
  どうしたらmailcatcherを使えるようになるでしょうか。ご教示ください。
38
38
 
39
39
  (現在[Lara帳](https://laravel10.wordpress.com/2015/03/25/%E5%88%9D%E3%82%81%E3%81%A6%E3%81%AElaravel-5-29-%E3%83%91%E3%82%B9%E3%83%AF%E3%83%BC%E3%83%89%E5%86%8D%E8%A8%AD%E5%AE%9A/)のこのパートを進めようとしています。)
40
+
41
+
42
+
43
+ 以下追記:エラーコード
44
+
45
+ ```
46
+
47
+ current directory: C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/eventmachine-1.0.9
48
+
49
+ .1/ext
50
+
51
+ C:/Ruby24-x64/bin/ruby.exe -r ./siteconf20170914-16976-1sxez1m.rb extconf.rb
52
+
53
+ checking for -lssleay32... *** extconf.rb failed ***
54
+
55
+ Could not create Makefile due to some reason, probably lack of necessary
56
+
57
+ libraries and/or headers. Check the mkmf.log file for more details. You may
58
+
59
+ need configuration options.
60
+
61
+
62
+
63
+ ```
64
+
65
+ ```
66
+
67
+ C:/Ruby24-x64/lib/ruby/2.4.0/mkmf.rb:457:in `try_do': The compiler failed to gen
68
+
69
+ erate an executable file. (RuntimeError)
70
+
71
+ You have to install development tools first.
72
+
73
+ ```
74
+
75
+ ```
76
+
77
+ To see why this extension failed to compile, please check the mkmf.log which can
78
+
79
+ be found here:
80
+
81
+
82
+
83
+ C:/Ruby24-x64/lib/ruby/gems/2.4.0/extensions/x64-mingw32/2.4.0/eventmachine-1.
84
+
85
+ 0.9.1/mkmf.log
86
+
87
+
88
+
89
+ extconf failed, exit code 1
90
+
91
+
92
+
93
+ Gem files will remain installed in C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/eventm
94
+
95
+ achine-1.0.9.1 for inspection.
96
+
97
+ Results logged to C:/Ruby24-x64/lib/ruby/gems/2.4.0/extensions/x64-mingw32/2.4.0
98
+
99
+ /eventmachine-1.0.9.1/gem_make.out
100
+
101
+ ```
102
+
103
+ 以上が拾ってきたエラーログになります。
104
+
105
+ 一応翻訳にはかけてみたのですがそれだけでは何をすればいいのかわからなかったです。
106
+
107
+ 丸投げする形になってしまって申し訳ないです・・・。