Re: Patch 8.1.2344

2019-11-28 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > >>> > What was the error on FreeBSD? I thought it also suppored Posix. > >>> > >>> https://cirrus-ci.com/task/5566942320001024 > >>> > >>> In file included from os_unix.c:87: > >>> /usr/include/sys/consio.h:262:2: error: unknown type name 'u_short'; did > >>> you mean 's

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Christian Brabandt
On Mi, 27 Nov 2019, Ken Takata wrote: >  How about this? > > diff --git a/src/vim.h b/src/vim.h > --- a/src/vim.h > +++ b/src/vim.h > @@ -36,7 +36,7 @@ > Error: configure did not run properly.  Check auto/config.log. >  # endif >   > -# if defined(UNIX) && !defined(MACOS_X) > +# if defined

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Ken Takata
Hi, 2019/11/28 Thu 14:52:43 UTC+9 Ken Takata wrote: > > Hi, > > 2019/11/28 Thu 7:07:02 UTC+9 Ken Takata wrote: >> >> Hi, >> >> 2019/11/28 Thu 6:51:22 UTC+9 Christian Brabandt wrote: >>> >>> >>> On Mi, 27 Nov 2019, Bram Moolenaar wrote: >>> >>> > What was the error on FreeBSD? I thought it also s

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Ken Takata
Hi, 2019/11/28 Thu 7:07:02 UTC+9 Ken Takata wrote: > > Hi, > > 2019/11/28 Thu 6:51:22 UTC+9 Christian Brabandt wrote: >> >> >> On Mi, 27 Nov 2019, Bram Moolenaar wrote: >> >> > What was the error on FreeBSD? I thought it also suppored Posix. >> >> https://cirrus-ci.com/task/5566942320001024 >>

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Ken Takata
Hi, 2019/11/28 Thu 6:51:22 UTC+9 Christian Brabandt wrote: > > > On Mi, 27 Nov 2019, Bram Moolenaar wrote: > > > What was the error on FreeBSD? I thought it also suppored Posix. > > https://cirrus-ci.com/task/5566942320001024 > > In file included from os_unix.c:87: > /usr/include/sys/consio.h

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Christian Brabandt
On Mi, 27 Nov 2019, Bram Moolenaar wrote: > What was the error on FreeBSD? I thought it also suppored Posix. https://cirrus-ci.com/task/5566942320001024 In file included from os_unix.c:87: /usr/include/sys/consio.h:262:2: error: unknown type name 'u_short'; did you mean 'short'? u_sh

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Bram Moolenaar
Christian wrote: > > > On Di, 26 Nov 2019, Bram Moolenaar wrote: > > > > > > > Patch 8.1.2344 > > > > Problem:Cygwin: warning for using strptime(). > > > > Solution: Move defining _XOPEN_SOURCE and __USE_XOPEN to vim.h. (Ken > >

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Christian Brabandt
On Mi, 27 Nov 2019, Bram Moolenaar wrote: > > Christian wrote: > > > On Di, 26 Nov 2019, Bram Moolenaar wrote: > > > > > Patch 8.1.2344 > > > Problem:Cygwin: warning for using strptime(). > > > Solution: Move defining _XOPEN_SOU

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Di, 26 Nov 2019, Bram Moolenaar wrote: > > > Patch 8.1.2344 > > Problem:Cygwin: warning for using strptime(). > > Solution: Move defining _XOPEN_SOURCE and __USE_XOPEN to vim.h. (Ken > > Takata, > > closes #5265) U

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Ken Takata
Hi, 2019/11/28 Thu 5:05:12 UTC+9 Christian Brabandt wrote: > > > On Di, 26 Nov 2019, Bram Moolenaar wrote: > > > Patch 8.1.2344 > > Problem:Cygwin: warning for using strptime(). > > Solution: Move defining _XOPEN_SOURCE and __USE_XOPEN to vim.h. (Ken >

Re: Patch 8.1.2344

2019-11-27 Fir de Conversatie Christian Brabandt
On Di, 26 Nov 2019, Bram Moolenaar wrote: > Patch 8.1.2344 > Problem:Cygwin: warning for using strptime(). > Solution: Move defining _XOPEN_SOURCE and __USE_XOPEN to vim.h. (Ken Takata, > closes #5265) Use 700 for _XOPEN_SOURCE for mkdtemp(). > Files:

Patch 8.1.2344

2019-11-26 Fir de Conversatie Bram Moolenaar
Patch 8.1.2344 Problem:Cygwin: warning for using strptime(). Solution: Move defining _XOPEN_SOURCE and __USE_XOPEN to vim.h. (Ken Takata, closes #5265) Use 700 for _XOPEN_SOURCE for mkdtemp(). Files: src/os_unix.h, src/vim.h *** ../vim-8.1.2343/src/os_unix.h 2019