tpp icon indicating copy to clipboard operation
tpp copied to clipboard

Problem with ruby & ncurses

Open phineas0fog opened this issue 8 years ago • 3 comments

Hello :) I want to try tpp but when I use tpp example.tpp the first slide is displayed but there is this message at the bot of the term : ruby: symbol lookup error: /usr/lib/ruby/vendor_ruby/2.4.0/x86_64-linux/ncurses_bin.so: undefined symbol: rb_thread_select And my term crash... Here is the file: example.tpp Thank you for the s olution :D

phineas0fog avatar Apr 30 '17 13:04 phineas0fog

http://stackoverflow.com/a/32372940/1701961

jamesalbert avatar May 01 '17 07:05 jamesalbert

I have the version 1.3.1-10 of ruby-ncurses (I use arch). I try to reinstall it but there is the same problem...

phineas0fog avatar May 02 '17 00:05 phineas0fog

Yeah but you're using ruby 2.4.0 which looks like it doesn't support rb_thread_select. I'm no ruby expert, but from the look of the errors, I would guess that you need to either downgrade ruby or upgrade ncurses. Again, no ruby expert and I haven't dug into this. Just got an email alert so I thought I'd help if I could

jamesalbert avatar May 02 '17 00:05 jamesalbert