Hi all,
I am trying to compile vimmac on Leopard. I use ./configure --
enable-cscope --enable-gui=macvim --with-mac-arch=intel --with-
features=huge --with-tlib=ncurses
However, it complains about linking error with ncurses library.
"checking for linking with ncurses library... configure: error:
FAILED"
If I omit --with-tlib options, it then complains:
checking for tgetent in -lncurses... no
checking for tgetent in -ltermlib... no
checking for tgetent in -ltermcap... no
checking for tgetent in -lcurses... no
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.
I have libncurses installed in /usr/lib.
Any ideas? Thanks in advance!
Ryan
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---