Re: Are the --enable-hangulinput and --enable-xim confilct?

2019-08-25 Thread SungHyun Nam
2019-08-25 오후 2:25에 Hongyi Zhao 이(가) 쓴 글: Hi, I try to build vim with the --enable-hangulinput and --enable-xim confilct at the same time, but failed with error: - vim.h:1585:63: error: called object ‘size_t’ is not a function or function pointer #define STRNCMP(d, s,

Re: Opening of Vim shows me warnings

2019-08-25 Thread Tony Mechelynck
On Sun, Aug 25, 2019 at 6:20 PM Tony Mechelynck wrote: > > On Sun, Aug 25, 2019 at 6:08 PM 'Arup Rakshit' via vim_use > wrote: > > > > Hello, > > > > When I open my vim in the iTerm2 as below, I see lot of warnings. > > > > ➜ vim > > Warning: Failed to set locale category LC_NUMERIC to en_IN. >

Re: Opening of Vim shows me warnings

2019-08-25 Thread Tony Mechelynck
On Sun, Aug 25, 2019 at 6:08 PM 'Arup Rakshit' via vim_use wrote: > > Hello, > > When I open my vim in the iTerm2 as below, I see lot of warnings. > > ➜ vim > Warning: Failed to set locale category LC_NUMERIC to en_IN. > Warning: Failed to set locale category LC_TIME to en_IN. > Warning: Failed

Opening of Vim shows me warnings

2019-08-25 Thread 'Arup Rakshit' via vim_use
Hello, When I open my vim in the iTerm2 as below, I see lot of warnings. ➜ vim Warning: Failed to set locale category LC_NUMERIC to en_IN. Warning: Failed to set locale category LC_TIME to en_IN. Warning: Failed to set locale category LC_COLLATE to en_IN. Warning: Failed to set locale category

Re: Are the --enable-hangulinput and --enable-xim confilct?

2019-08-25 Thread Hongyi Zhao
Bram Moolenaar 于2019年8月25日周日 下午8:49写道: > > > Hongyi Zhao wrote: > > > I try to build vim with the --enable-hangulinput and --enable-xim > > confilct at the same time, but failed with error: > > > > - > > vim.h:1585:63: error: called object ‘size_t’ is not a function or > >

Re: Are the --enable-hangulinput and --enable-xim confilct?

2019-08-25 Thread Bram Moolenaar
Hongyi Zhao wrote: > I try to build vim with the --enable-hangulinput and --enable-xim > confilct at the same time, but failed with error: > > - > vim.h:1585:63: error: called object ‘size_t’ is not a function or > function pointer > #define STRNCMP(d, s, n)

Re: Compile vim with clipboard support.

2019-08-25 Thread 'Ottavio Caruso' via vim_use
On Sat, 24 Aug 2019 at 08:25, Hongyi Zhao wrote: > > Based on the instructions given here: > > https://github.com/vim/vim/blob/master/src/INSTALL > > It said that: > > --- > The advantage of running configure separately, is that you can write a script > to build Vim, without changing the