To: vim_dev@googlegroups.com Subject: Patch 8.2.2794 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2794 Problem: Linux users don't know how to get ncurses. Solution: Add the name of the package. (closes #8132) Files: src/configure.ac, src/auto/configure *** ../vim-8.2.2793/src/configure.ac 2021-04-03 17:33:49.173081862 +0200 --- src/configure.ac 2021-04-21 11:53:16.967625293 +0200 *************** *** 3482,3487 **** --- 3482,3488 ---- AC_MSG_RESULT(yes), AC_MSG_ERROR([NOT FOUND! You need to install a terminal library; for example ncurses. + On Linux that would be the libncurses-dev package. Or specify the name of the library with --with-tlib.])) fi *** ../vim-8.2.2793/src/auto/configure 2021-04-03 17:33:49.173081862 +0200 --- src/auto/configure 2021-04-21 11:56:59.742996134 +0200 *************** *** 12071,12076 **** --- 12071,12077 ---- else as_fn_error $? "NOT FOUND! You need to install a terminal library; for example ncurses. + On Linux that would be the libncurses-dev package. Or specify the name of the library with --with-tlib." "$LINENO" 5 fi rm -f core conftest.err conftest.$ac_objext \ *** ../vim-8.2.2793/src/version.c 2021-04-21 11:30:19.666720540 +0200 --- src/version.c 2021-04-21 11:57:40.954882443 +0200 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2794, /**/ -- Never eat yellow snow. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///