sup-heliotrope / ncursesw-ruby

Ruby bindings to the ncursesw library (modified from: http://ncurses-ruby.berlios.de/)
GNU Lesser General Public License v2.1
22 stars 13 forks source link

Installation fails on Ubuntu 13.04 #2

Closed 5long closed 11 years ago

5long commented 11 years ago

Blocking https://github.com/sup-heliotrope/sup/pull/36. Error log: https://gist.github.com/5long/5488423

Probably should try to resolve #1 to see if that helps.

gauteh commented 11 years ago

What about ruby1.9.3 ?

5long commented 11 years ago

@gauteh on recent versions of Ubuntu, Ruby 1.9.3 and 1.9.1 are the same thing. It's actually 1.9.3 but all commands end with 1.9.3 are just symlinks to -1.9.1 and -1.9.1 commands are the actual binaries.

Besides, installing the original ncursesw 1.2.4.3 gives the same error message. Guess we'll have to fix this on our own or look for patches in other ncurses-ruby repositories.

gauteh commented 11 years ago

Alright.. I don't know about you, but the prospect of maintaining backwards compatibility to old ubuntu versions of ruby isn't very tempting. Let's see how 1.3.0 fares first.

regards, gaute

5long commented 11 years ago

Fixed in #3 and #4. Wheee!