Jump to content

Cscope for vim7.2

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Guest_R3.RyozKidz_*

Guest_R3.RyozKidz_*
  • Guests
i was trying to install vim with csope.
after i typed "./configure --enable-csope", the terminal displayed
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
can anyone pls helps me go through this..~
thanks in advance..~:crying:

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
I'll assume you're using Ubuntu, You'll need to install one of the ncurses dev packages. Try this command:

apt-get install libncurses5-dev