You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\YASHU\Desktop\Ruby on Rails\blog>gem install redcarpet-3.4.0.gem
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
ERROR: Error installing redcarpet-3.4.0.gem:
ERROR: Failed to build gem native extension.
C:/Ruby22/bin/ruby.exe -r ./siteconf20170820-8428-dquugq.rb extconf.rb
creating Makefile
make "DESTDIR=" clean
'make' is not recognized as an internal or external command,
operable program or batch file.
make "DESTDIR="
'make' is not recognized as an internal or external command,
operable program or batch file.
make failed, exit code 1
Gem files will remain installed in C:/Ruby22/lib/ruby/gems/2.2.0/gems/redcarpet-3.4.0 for inspection.
Results logged to C:/Ruby22/lib/ruby/gems/2.2.0/extensions/x86-mingw32/2.2.0/redcarpet-3.4.0/gem_make.out
The text was updated successfully, but these errors were encountered:
Yes, @yogeshkotadiya is right. Native extensions are not supported "out of the box" on Windows platforms, you will have to install the Ruby DevKit to be able to install Redcarpet on this OS.
The text was updated successfully, but these errors were encountered: