質問するログイン新規登録

質問編集履歴

1

エラーログ追記

2017/09/14 07:54

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -17,4 +17,38 @@
17
17
  operable program or batch file.
18
18
  ```
19
19
  どうしたらmailcatcherを使えるようになるでしょうか。ご教示ください。
20
- (現在[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/)のこのパートを進めようとしています。)
20
+ (現在[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/)のこのパートを進めようとしています。)
21
+
22
+ 以下追記:エラーコード
23
+ ```
24
+ current directory: C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/eventmachine-1.0.9
25
+ .1/ext
26
+ C:/Ruby24-x64/bin/ruby.exe -r ./siteconf20170914-16976-1sxez1m.rb extconf.rb
27
+ checking for -lssleay32... *** extconf.rb failed ***
28
+ Could not create Makefile due to some reason, probably lack of necessary
29
+ libraries and/or headers. Check the mkmf.log file for more details. You may
30
+ need configuration options.
31
+
32
+ ```
33
+ ```
34
+ C:/Ruby24-x64/lib/ruby/2.4.0/mkmf.rb:457:in `try_do': The compiler failed to gen
35
+ erate an executable file. (RuntimeError)
36
+ You have to install development tools first.
37
+ ```
38
+ ```
39
+ To see why this extension failed to compile, please check the mkmf.log which can
40
+ be found here:
41
+
42
+ C:/Ruby24-x64/lib/ruby/gems/2.4.0/extensions/x64-mingw32/2.4.0/eventmachine-1.
43
+ 0.9.1/mkmf.log
44
+
45
+ extconf failed, exit code 1
46
+
47
+ Gem files will remain installed in C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/eventm
48
+ achine-1.0.9.1 for inspection.
49
+ Results logged to C:/Ruby24-x64/lib/ruby/gems/2.4.0/extensions/x64-mingw32/2.4.0
50
+ /eventmachine-1.0.9.1/gem_make.out
51
+ ```
52
+ 以上が拾ってきたエラーログになります。
53
+ 一応翻訳にはかけてみたのですがそれだけでは何をすればいいのかわからなかったです。
54
+ 丸投げする形になってしまって申し訳ないです・・・。