On Wed, 23 Mar 2011, Gary Johnson wrote:

I built Vim 7.3.0 on my Cygwin system last August and thought it could use an update, so I pulled and updated the latest changes from the Mercurial repository, ran "make distclean" and

   ./configure --prefix=/usr/local --with-features=huge --without-x
   --enable-gui=no

(one line) as I always do for Cygwin and got a bunch of error messages before configure exited. I tried again with "make distclean" and a simpler configure command that also tried to fix a curses library problem reported by the previous run:

   ./configure --without-x --enable-gui=no --with-tlib=ncurses

I still got a lot of the same "Permission denied" errors.

These look like the kinds of errors one tends to get when doing a `make install` as root (on noncygwin). My guess is that you ran `make` or `make install` while running as Administrator.

--
Best,
Ben

--
You received this message from the "vim_use" 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

Reply via email to