seanohalpin / ffi-ncurses

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

Incompatible with rubinius1.0-rc3 #4

Closed ukstv closed 14 years ago

ukstv commented 14 years ago

Or rubinius is not so mature, I can't say precisely. It raises such cryptic error: no method '+' on _pad_x:Symbol. (NoMethodError) at /ffi-ncurses-0.3.2/lib/ffi-ncurses/winstruct.rb:29

seanohalpin commented 14 years ago

Yup. It pains me too. The rubinius FFI is not as advanced as the Ruby one (ironic as it is the original). I'll be looking into it shortly.