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
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
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
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
>>
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
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
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
> >
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
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
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
>
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
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
12 matches
Mail list logo