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

Ruby greater than 1.9.3 at Mac OS X cannot find homebrew ncursesw library #17

Closed gauteh closed 10 years ago

gauteh commented 10 years ago

Sup issues:

gauteh commented 10 years ago

Confuzed stuff.

philip-peterson commented 9 years ago

Is there no plan to make the library work with newer versions of Ruby?

gauteh commented 9 years ago

Have you tested? It does work on newer version.

philip-peterson commented 9 years ago

Yes, with Ruby 2.1.5p273 (gem install sup), I'm still getting:

extconf.rb:48:in `<main>': ncurses library not found (RuntimeError)

Apologies, I am not super familiar with the Ruby ecosystem, but I am using rvm, and checking the mkmf.log, I see that it is passing GCC arguments like -L/Users/mpapis/.sm/pkg/active/lib, where mpapis seems to be this person. Surely that's not supposed to be happening?

This is on OS X 10.10, by the way.

gauteh commented 9 years ago

Have you tried the solutions that worked for any of the users in the first post of this thread?