ruby-termios icon indicating copy to clipboard operation
ruby-termios copied to clipboard

gem install fails with JRuby-1.7.3

Open jsollasvaara opened this issue 12 years ago • 0 comments

termios.c: In function ‘termios_tcgetattr’: termios.c:206:51: error: ‘errno’ undeclared (first use in this function)

make passed after I added #include <errno.h> manually into termios.c.

jsollasvaara avatar May 06 '13 10:05 jsollasvaara