2010/2/11 Raúl Núñez de Arenas Coronado: > Saluton Daniel :) > > Daniel Pena <[email protected]> skribis: >> 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. >> >> I downloaded the ncurses 5.7, but I couldn't still couldn't do >> anything... > > apt-get install libncurses5-dev > > Probably it is not the only development package missing in your > installation, so you may have to repeat the step above for each missing > development package or install the metapackage that installs all > development packages (I don't remember the name, try Google).
Or just "sudo apt-get build-dep vim" to get all of the dependencies needed to build the version that's in the repositories. In theory, that might not be all of the things you need to build a vim that you're ./configuring yourself, since it won't include headers needed for features that aren't compiled into vim-gnome. In practice, though, vim-gnome includes nearly all features, so that's not really a problem. At the very least, it's the best jumping off point, since the worst case is that you need to track down one or two more missing packages. ~Matt -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
