Wednesday, May 1, 2024
59
rated 0 times [  59] [ 0]  / answers: 1 / hits: 56449  / 2 Years ago, mon, july 11, 2022, 2:52:41

I am running Ubuntu 12.04.



I'm trying to a get a particular plugin for vim working and it requires that vim has ruby support enabled (the plugin is command-t).



People tell me that I must go into my vim directory and run



./configure --enable-rubyinterp


When i do this i get the following error:



    no terminal library found
checking for tgetent()... configure: error: NOT FOUND!
You need to install a terminal library; for example ncurses.
Or specify the name of the library with --with-tlib.


Now I’ve checked and ncurses-base is installed.



What do I need to do?


More From » command-line

 Answers
1

I think you should install a ncurses-dev library.



you can do so by running sudo apt-get install libncurses5-dev libncursesw5-dev


[#37157] Wednesday, July 13, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
adedes

Total Points: 454
Total Questions: 114
Total Answers: 111

Location: Turks and Caicos Islands
Member since Fri, May 8, 2020
4 Years ago
;