-
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 10.8.3 build issue #69
Comments
Did you install the ncursesw-sup gem before installing ncurses with brew? What version of ncurses do you have? |
I wasn't sure about the order so I The homebrew install of ncurses is 5.9. |
Hm, could you try to build the ncursesw-sup gem from source: https://github.com/sup-heliotrope/ncursesw-ruby after clone:
please post the output of everything. The missing type is part of form.h which hopefully shows up in extconf.rb output. Also: please verify that the homebrew version of ncurses is being used, try ncursesw5-config --version or similar and check the path of the binary. |
I got it to work. I built the gem as you suggested, but still no luck. It turns out I had a ncursesw (1.2.4) gem installed on my system-- once I uninstalled that, then sup ran fine. Thanks for the help. |
Sorry to ask again-- I got sup built and installed on Mac OS X, and it loads okay, but some of the features have a bit of difficulty. For instance, if you press
Please let me know fi this is insufficient information to debug. I will provide more. |
No problem, this is a different error. So thanks for posting it. It should however be in a separate bug report. It seems to be a ncurses problem. Are you sure you got the latest ncursesw-sup gem installed, and if you run rvm or similar, could you please try and run |
after installing and relinking the homebrew ncurses following the previous instructions,
brew install ncurses
brew doctor
brew link --force ncurses
i run
gem i sup
, which succeeds. however, on execution, there seems to be a load error in the ncursesw library~/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': dlopen(/Users/stbose/.rvm/gems/ruby-1.9.3-p392/gems/ncursesw-sup-1.3.1.1/lib/ncursesw_bin.bundle, 9): Symbol not found: _TYPE_ALNUM (LoadError)
I'd appreciate any insight that you can give.
The text was updated successfully, but these errors were encountered: