-
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
Mac OS X 13.2.0 ncursesw-ruby build issue: cannot find libncurses #317
Comments
You might need to do a hard/force link using brew as described in the gaute On Wed Jul 2 11:56:55 2014, 0xErnie wrote:
|
Installed ncureses with
|
Did you check that you don't have any other system ncurses gem installed? |
Is the output of
|
You could have installed it outside RVM in case you tried to install On Wed Jul 2 12:10:34 2014, 0xErnie wrote:
|
The command is
|
Unsure what the problem can be then, you could have a look around at the other issues here regarding mac os x and ncurses. There have been quite a few, they have mostly come down to different ways to configure the system. The gem is definitely a bit picky. |
Hi Ernie, |
@schmeisers In the last output I made shure that there were no ncurses gems installed, before that I checked 1.9.3 und in that output I check 2.0.0 How did you install sup? |
I installed ruby 1.9.3 with homebrew, then installed ncurses via homebrew using the instructions on the wiki (https://github.com/sup-heliotrope/sup/wiki/Mac-OSX). After forcing the link, sup installed fine via the gem. On Jul 14, 2014, at 9:52 AM, 0xErnie [email protected] wrote:
|
Did you figure this out? |
Nope. Maybe we need better installation instructions for OS-X. |
Removed rvm and installed ruby 1.9.3 via While executing 'gem install sup' I get the following:
I just deleted it. Maybe someone recognizes it:
|
I've had luck installing sup as so:
In the end, I add this to my .zsh (or .bashrc) to launch sup:
I am not sure if |
I still get Time for some emoji: 😡 |
FWIW, I do not link the new ncurses. I use the one that ships with OSX (5.7.20081102). If it helps nail something down for you, here are my brewed packages:
|
Closing, need-more-info. |
What info do you need? |
Actually, need-more-info might have been a little misleading. This issue needs more investigation from someone on a mac. |
I have this same issue. Frustrating. Any updates? Tried brewing ncurses, forcing links, etc. etc. with no resolution. |
You also need to make sure that any leftovers from previous ncurses-ruby are gone. |
I tried filing an issue at rlane/ncursesw-ruby#5 , since I guess this is more of an issue with ncursesw than sup. For some reason, … but the |
@danmichaelo: We use our own version of ncursesw, could you check if anything here: sup-heliotrope/ncursesw-ruby#17 helps? |
Thanks @gauteh ! Turns out I was using the OS X-bundled Ruby 2.0.0. By installing 2.2.0 from |
Thanks @danmichaelo ! that worked for me. |
brew link -f ruby ncurses gcc
CXX=./bin/g++ ruby extconf.rb -- --with-opt-include=./include/ncursesw/ --with-opt-lib=./ --without-ncurses-dir
gem build ncursesw.gemspec && gem install ncursesw-1.4.10.gem |
Hello,
I got a Mac at work, most of the time I was using Linux. Installing sup does not seem to be that easy.
I followed https://github.com/sup-heliotrope/sup/wiki/Mac-OSX , installed rvm, the older ruby and a newer version of ncurses, but
gem install sup
seems to ignore it.ncureses is linked via
brew link nurses
It seems to be quite similar to #69.
The text was updated successfully, but these errors were encountered: