Kevin Watters wrote: > 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
pyttyhoninterp?! > 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. Could you send your src/auto/config.log? That might help track down the problem. > 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 Maybe send the log for this one too. > 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? Well, another option would be just building ncurses, I suppose. But I reckon it should work without. Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
