Patch 8.1.2347 (after 8.1.2344)
Problem: MacOS: build fails.
Solution: Don't define _XOPEN_SOURCE for Mac.
Files: src/vim.h
*** ../vim-8.1.2346/src/vim.h 2019-11-26 13:28:57.648905900 +0100
--- src/vim.h 2019-11-26 14:46:54.897677622 +0100
***************
*** 36,42 ****
Error: configure did not run properly. Check auto/config.log.
# endif
! # ifdef UNIX
// Needed for strptime(). Needs to be done early, since header files can
// include other header files and end up including time.h, where these symbols
// matter for Vim.
--- 36,42 ----
Error: configure did not run properly. Check auto/config.log.
# endif
! # if defined(UNIX) && !defined(MACOS_X)
// Needed for strptime(). Needs to be done early, since header files can
// include other header files and end up including time.h, where these symbols
// matter for Vim.
*** ../vim-8.1.2346/src/version.c 2019-11-26 14:28:11.785313279 +0100
--- src/version.c 2019-11-26 14:47:41.220714922 +0100
***************
*** 739,740 ****
--- 739,742 ----
{ /* Add new patch number below this line */
+ /**/
+ 2347,
/**/
--
"Microsoft is like Coke. It's a secret formula, all the money is from
distribution, and their goal is to get Coke everywhere. Open source is like
selling water. There are water companies like Perrier and Poland Spring, but
you're competing with something that's free." -- Carl Howe
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/201911261348.xAQDmSVt023393%40masaka.moolenaar.net.