-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ncursesw-sup gem fail on Mac OS X: cannot find ncursesw library #134
Comments
gem_make.out
|
mkmf.log
|
Hey, thanks for the extensive info..! some other users have had the same issue in #49. But we haven't found a solution yet. What version of mac os x do you run? have you installed ncurses as in the mac os x wiki guide [0]? [0] https://github.com/sup-heliotrope/sup/wiki/Mac-OSX |
Closing, need more info. |
+1, please reopen. Mac OS X 10.7.5 I have installed ncurses using the instructions linked above, however, when I Edit: Even after
and the error given during the gem install is |
Hi, please try to use Ruby 1.9.3. What version of ncurses have you installed? (homebrew / macports)? Did you try the instructions here: #49 (comment). Also check the troubleshooting section of the wiki page. Regular ncurses is probably installed, but we require the wide-char version: |
Could you try to use GCC and not clang, also please post the output of $ git clone https://github.com/sup-heliotrope/ncursesw-ruby.git
$ cd ncursesw-ruby.git
$ ruby extconf.rb # this creates the mkmf.log file.
$ make or to package the gem and install it from the repository: $ gem build ncursesw.gemspec
$ gem install ncursesw-1.4.3.gem # where 1.4.3 is the latest version released |
I was able to make this work with clang and MacPorts by doing |
Closing. Please reopen if issue persists. |
I just got this exact same error. Mavericks. Homebrew installed ncurses v5.9. Ruby 2.1.2.
|
Turns out a |
same issue on Maverics, ruby 2.2.2, and Ubuntu 15.10 both on ncurses and ncursesw |
The text was updated successfully, but these errors were encountered: