seanohalpin / ffi-ncurses

Interface to ncurses using Ruby FFI (Foreign Function Interface)
MIT License
82 stars 21 forks source link

does not work on windows #10

Open hramrach opened 11 years ago

hramrach commented 11 years ago

I downloaded a ncurses library here: http://invisible-island.net/ncurses/ (page bottom link) and made two copies of the library since ffi-ncurses does not look for library with 5 in name.

Now I get error that _wrapped_initscr is not defined.

Either that library is bogus or ffi-curses uses an internal symbol which is not exported and hence not available on Windows.