I'm interested in Python 2.5 support. These instructions don't work for me on Leopard--
/configure --enable-perlinterp --enable-pyttyhoninterp --enable- rubyinterp --enable-cscope --enable-gui=macvim --with-mac-arch=intel -- with-features=huge results in 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. So then I tried ./configure --enable-perlinterp --enable-pyttyhoninterp --enable- rubyinterp --enable-cscope --enable-gui=macvim --with-mac-arch=intel -- with-features=huge --with-tlib=ncurses But configure fails again with checking --with-tlib argument... ncurses checking for linking with ncurses library... configure: error: FAILED If I run "otool -L which vim | grep curses" I see /usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0, current version 5.4.0) I really don't want to have to install MacPorts to build this. What can I do? --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
