Cygwin x86_64でvimをビルドしている途中に 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 などといわれたので、setup-x86_64.exeからlibncursesw-develをいれてから再度 make distclaenした上で-with-tlib=ncurseswを加えてみるもうまく行かず、途方にくれています。 どうしたらよいのでしょうか。