Error installing Jekyll: "ERROR: Failed to build gem native extension."

1

A week ago I was quiet using jekyll .. I only had to install Ruby and Ruby on rails .. 2 or 3 days ago my Windows 10 updated itself and for some reason from now every time I try to install Jekyll I get:

  

Temporarily enhancing PATH for MSYS / MINGW ...   Building native extensions. This could take a while ...

     

ERROR: Error installing jekyll:           ERROR: Failed to build gem native extension.   ...

     

current directory: C: /tools/ruby25/lib/ruby/gems/2.5.0/gems/http_parser.rb-0.6.0/ext/ruby_http_parser   make "DESTDIR=" clean

     

"make" is not recognized as an internal or external command,   program or batch file executable.

     

current directory: C: /tools/ruby25/lib/ruby/gems/2.5.0/gems/http_parser.rb-0.6.0/ext/ruby_http_parser   make "DESTDIR="   "make" is not recognized as an internal or external command,   program or batch file executable.

     

make failed, exit code 1   ...

I already tried the following:

  • Reinstall Ruby and rails, then in another cmd prompt try

  • Install Jekyll and ruby devkit with Ubuntu (follow the steps in link )

  • Install Jekyll and ruby devkit from Bash. Same error

  • Install Jekyll and ruby devkit with Chocolatey (follow the steps in link )

asked by O'neil Ospina 16.01.2018 в 05:17
source

0 answers