mailcatcherを導入しようとしています。
以下のエラーが出てインストールができていないようです。
C:\devkit>gem install mailcatcher Temporarily enhancing PATH for MSYS/MINGW... Building native extensions. This could take a while... ERROR: Error installing mailcatcher: ERROR: Failed to build gem native extension.
rubyとdevkitはインストールしてあります(失敗したログは出ていなかったので出来ているはずです)。
windows8.1だからなのか外部(内部)コマンドとして認識はされないが使えるプログラム(バッチファイル)だというログもありました。
以下がそのログです。
mailcatcherコマンドログ
C:\devkit>mailcather 'mailcather' is not recognized as an internal or external command, operable program or batch file.
どうしたらmailcatcherを使えるようになるでしょうか。ご教示ください。
(現在Lara帳のこのパートを進めようとしています。)
以下追記:エラーコード
current directory: C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/eventmachine-1.0.9 .1/ext C:/Ruby24-x64/bin/ruby.exe -r ./siteconf20170914-16976-1sxez1m.rb extconf.rb checking for -lssleay32... *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options.
C:/Ruby24-x64/lib/ruby/2.4.0/mkmf.rb:457:in `try_do': The compiler failed to gen erate an executable file. (RuntimeError) You have to install development tools first.
To see why this extension failed to compile, please check the mkmf.log which can be found here: C:/Ruby24-x64/lib/ruby/gems/2.4.0/extensions/x64-mingw32/2.4.0/eventmachine-1. 0.9.1/mkmf.log extconf failed, exit code 1 Gem files will remain installed in C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/eventm achine-1.0.9.1 for inspection. Results logged to C:/Ruby24-x64/lib/ruby/gems/2.4.0/extensions/x64-mingw32/2.4.0 /eventmachine-1.0.9.1/gem_make.out
以上が拾ってきたエラーログになります。
一応翻訳にはかけてみたのですがそれだけでは何をすればいいのかわからなかったです。
丸投げする形になってしまって申し訳ないです・・・。
回答1件
あなたの回答
tips
プレビュー