HI, I do not have ROOT (SUDO) privileges on my office computer. Therefore I installed vim 7.2 locally into:
~/Applications It works fine. Now, I'd like to upgrade to v7.3 and it does not work because of ncurses library that is missing on my computer. So, I downloaded ncurses-dev and installed into: ~/Applications/ncurses When I try to configure vim 7.3: ./configure --enable-gui=no --without-x -with-features=huge --prefix= $HOME/Applications/vim --with-tlib=$HOME/Applications/ncurses I get error: checking whether stack_t has an ss_base field... no checking --with-tlib argument... /my/home/folder/Applications/ncurses checking for linking with /my/home/folder/Applications/ncurses library... configure: error: FAILED What is wrong? -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
