2009/8/5 Tianzhou: > > 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!
First of all: do not include the --with-mac-arch flag (unless you want to pass "both"). Then try "make reconfig" and run configure again, but without the --with-tlib flag, i.e.: make reconfig ./configure --enable-cscope --enable-gui=macvim --with-features=huge That should work, Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
