eventmachine / evma_httpserver

An evented http server built on top of eventmachine
http://rubyeventmachine.com
116 stars 44 forks source link

windows mingw can't compile ext #26

Open windwiny opened 10 years ago

windwiny commented 10 years ago

creating Makefile make "DESTDIR=" generating eventmachine_httpserver-i386-mingw32.def compiling http.cpp g++.exe: error: unrecognized command line option '-EHs' g++.exe: error: unrecognized command line option '-GR'

abhisheksalgaonkar123 commented 9 years ago

did you find solution to this one?

windwiny commented 9 years ago

@abhisheksalgaonkar123

open extconf.rb and delete 2 lines:

flags << "-EHs"
flags << "-GR"
taohoang commented 6 years ago

I can't install evma_httpserver gem file. I got the same error. How can I resolve this error while installing the gem file?