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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" 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
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202104210958.13L9wTFG1063716%40masaka.moolenaar.net.