-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
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.
sample/menu.rb:13:in `<main>': uninitialized constant Curses::Menu (NameError)
menu = Curses::Menu.new([
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
- https://www.linuxquestions.org/questions/programming-9/on-macos-10-15-configure-script-can%27t-find-ncurses-menu-library-4175695096/
- https://stackoverflow.com/questions/56622042/clang-on-macos-fails-linking-lmenu-from-ncurses
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels