-
Notifications
You must be signed in to change notification settings - Fork 34
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
uninitialized constant Curses::Menu (NameError) #83
Comments
I'm not really familiar with C bindings library.
|
It seems that ncurses of macOS does not support menu: https://stackoverflow.com/questions/56622042/clang-on-macos-fails-linking-lmenu-from-ncurses Could you try installing ncurses by Homebrew? |
Thanks @shugo It took me a while to understand what I had to do but after running the command below
with I've created a small PR to update the README.md #84 |
Hi,
I've been trying the different sample code for curses. All of them work except for the
sample/menu.rb
Running
ruby sample/menu.rb
gives me this error.I'm on mac OS ventura 13.4.1 and homebrew seems to have ncurses 6.4 already installed.
I can see that there are some issues getting menu from ncurses from MacOS
Is this why there is no documentation on the README for MacOS?
The menu sample works fine when inside the official docker image ruby:3.0
What would it take to get ncurses menu to work?
Thanks for your help
The text was updated successfully, but these errors were encountered: