rkumar / rbcurse

ruby based curses widgets: fields, buttons, textarea. menus, message boxes, tabbed panes, tables, listboxes, splitpanes, scrollpanes. Event based, MVC architecture. (DEPRECATED - PLS USE rbcurse-core)
http://totalrecall.wordpress.com/
138 stars 15 forks source link

Tests fail #7

Closed wtn closed 13 years ago

wtn commented 13 years ago

When I run test2.rb, I get these errors: dyld: lazy symbol binding failed: Symbol not found: _STR2CSTR Referenced from: /usr/local/rvm/gems/ruby-1.9.2-p136/gems/ncurses-0.9.1/lib/ncurses.bundle
Expected in: flat namespace
dyld: Symbol not found: _STR2CSTR
Referenced from: /usr/local/rvm/gems/ruby-1.9.2-p136/gems/ncurses-0.9.1/lib/ncurses.bundle
Expected in: flat namespace Trace/BPT trap

My platform: ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_64-darwin10.5.0] ncurses (0.9.1) and rbcurse (1.1.5)

wtn commented 13 years ago

Also fails under rbcurse (1.2.0.pre)

wtn commented 13 years ago

Works with ncurses 1.2.4 My mistake--I was reading the old docs.