Actions
Bug #9555
closedRuby 2.0.0 compilation fails to compile on cygwin. (curses.so)
Bug #9555: Ruby 2.0.0 compilation fails to compile on cygwin. (curses.so)
Description
Using RVM we see that ruby fails to compile for 2.0.0. This seems to be fixed in 2.1.0.
Compiling the 2.1.0 as follows succeeds:
rvm --debug install 2.1.0 --without-tcl --without-tk
Trying the same for 2.0.0 fails. With errors logged in the following gist: https://gist.github.com/dajoen/8933735#file-second-attempt-modified-diff-file
A history of events can also be seen in https://github.com/wayneeseguin/rvm/issues/2360.
Updated by hsbt (Hiroshi SHIBATA) almost 11 years ago
- Tracker changed from Backport to Bug
- Project changed from 15 to Ruby
- ruby -v set to 2.0.0
Updated by nobu (Nobuyoshi Nakada) almost 11 years ago
- Status changed from Open to Feedback
Could you show ext/curses/mkmf.log and ext/curses/extconf.h files?
Updated by jeremyevans0 (Jeremy Evans) about 6 years ago
- Status changed from Feedback to Closed
Actions