Skip to content

Instantly share code, notes, and snippets.

@amacgregor
Created October 31, 2010 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amacgregor/656622 to your computer and use it in GitHub Desktop.
Save amacgregor/656622 to your computer and use it in GitHub Desktop.
C:\Users\amacgregor>gem install RedCloth
Building native extensions. This could take a while...
ERROR: Error installing RedCloth:
ERROR: Failed to build gem native extension.
C:/Ruby192/bin/ruby.exe extconf.rb
creating Makefile
make
C:/Ruby192/bin/ruby -e "puts 'EXPORTS', 'Init_redcloth_scan'" > redcloth_scan-i386-mingw32.def
gcc -I. -IC:/Ruby192/include/ruby-1.9.1/i386-mingw32 -I/C/Ruby192/include/ruby-1.9.1/ruby/backward -I/C
ruby-1.9.1 -I. -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings
d-initializers -Wno-long-long -O2 -o redcloth_attributes.o -c redcloth_attributes.c
cc1.exe: error: unrecognized command line option "-Wno-missing-field-initializers"
make: *** [redcloth_attributes.o] Error 1
Gem files will remain installed in C:/Ruby192/lib/ruby/gems/1.9.1/gems/RedCloth-4.2.3 for inspection.
Results logged to C:/Ruby192/lib/ruby/gems/1.9.1/gems/RedCloth-4.2.3/ext/redcloth_scan/gem_make.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment