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

Re: Compile vim with clipboard support.

2019-08-24 Thread Tony Mechelynck
On Sat, Aug 24, 2019 at 9:26 AM 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

Re: Compile vim with clipboard support.

2019-08-24 Thread Hongyi Zhao
Tony Mechelynck 于2019年8月23日周五 下午10:49写道: > > On Fri, Aug 23, 2019 at 4:24 PM Hongyi Zhao wrote: > > > > Tony Mechelynck 于2019年8月23日周五 下午10:04写道: > > > > > > On Fri, Aug 23, 2019 at 3:48 PM Hongyi Zhao wrote: > > > > Sorry for my last reply to this thread. I try in a incorrect dir. > > > > > >

Re: Compile vim with clipboard support.

2019-08-23 Thread Tony Mechelynck
On Fri, Aug 23, 2019 at 4:24 PM Hongyi Zhao wrote: > > Tony Mechelynck 于2019年8月23日周五 下午10:04写道: > > > > On Fri, Aug 23, 2019 at 3:48 PM Hongyi Zhao wrote: > > > Sorry for my last reply to this thread. I try in a incorrect dir. > > > > > > Thanks a lot, I tried both of the following methods, it

Re: Compile vim with clipboard support.

2019-08-23 Thread Hongyi Zhao
Tony Mechelynck 于2019年8月23日周五 下午10:04写道: > > On Fri, Aug 23, 2019 at 3:48 PM Hongyi Zhao wrote: > > Sorry for my last reply to this thread. I try in a incorrect dir. > > > > Thanks a lot, I tried both of the following methods, it seems they all > > will do the trick: > > > > ./configure ... > >

Re: Compile vim with clipboard support.

2019-08-23 Thread Hongyi Zhao
Hongyi Zhao 于2019年8月23日周五 下午9:47写道: > > Tony Mechelynck 于2019年8月23日周五 下午2:16写道: > > > > On Fri, Aug 23, 2019 at 8:09 AM Hongyi Zhao wrote: > > > > > > Hi, > > > > > > I use Debian 9 and want to compile vim with clipboard support. I've &g

Re: Compile vim with clipboard support.

2019-08-23 Thread Tony Mechelynck
On Fri, Aug 23, 2019 at 3:48 PM Hongyi Zhao wrote: > Sorry for my last reply to this thread. I try in a incorrect dir. > > Thanks a lot, I tried both of the following methods, it seems they all > will do the trick: > > ./configure ... > make -24 reconfig "make reconfig" is the equivalent of

Re: Compile vim with clipboard support.

2019-08-23 Thread Hongyi Zhao
Tony Mechelynck 于2019年8月23日周五 下午2:16写道: > > On Fri, Aug 23, 2019 at 8:09 AM Hongyi Zhao wrote: > > > > Hi, > > > > I use Debian 9 and want to compile vim with clipboard support. I've > > installed xorg-dev package corresponding dependent packages.

Re: Compile vim with clipboard support.

2019-08-23 Thread Tony Mechelynck
On Fri, Aug 23, 2019 at 3:13 PM Hongyi Zhao wrote: > werner@localhost:~/software/editor/vim/SpaceVim.git$ make reconfig > make: *** No rule to make target 'reconfig'. Stop. You should run this make command, like all commands used to compile Vim, either from the top of your source (whose path

Re: Compile vim with clipboard support.

2019-08-23 Thread Christian Brabandt
On Fr, 23 Aug 2019, Hongyi Zhao wrote: > werner@localhost:~/software/editor/vim/SpaceVim.git$ make reconfig > make: *** No rule to make target 'reconfig'. Stop. You obviously don't want to run this in the SpaceVim repository but in the checkout out vim source. Best, Christian --

Re: Compile vim with clipboard support.

2019-08-23 Thread Hongyi Zhao
Tony Mechelynck 于2019年8月23日周五 下午2:16写道: > > On Fri, Aug 23, 2019 at 8:09 AM Hongyi Zhao wrote: > > > > Hi, > > > > I use Debian 9 and want to compile vim with clipboard support. I've > > installed xorg-dev package corresponding dependent packages.

Re: Compile vim with clipboard support.

2019-08-23 Thread Christian Brabandt
On Fr, 23 Aug 2019, Hongyi Zhao wrote: > Hi, > > I use Debian 9 and want to compile vim with clipboard support. I've > installed xorg-dev package corresponding dependent packages. But, I > still cannot do the trick: > > $ ./configure --enable-cscope \ >

Re: Compile vim with clipboard support.

2019-08-23 Thread Tony Mechelynck
On Fri, Aug 23, 2019 at 8:09 AM Hongyi Zhao wrote: > > Hi, > > I use Debian 9 and want to compile vim with clipboard support. I've > installed xorg-dev package corresponding dependent packages. But, I > still cannot do the trick: > > $ ./c

Compile vim with clipboard support.

2019-08-23 Thread Hongyi Zhao
Hi, I use Debian 9 and want to compile vim with clipboard support. I've installed xorg-dev package corresponding dependent packages. But, I still cannot do the trick: $ ./configure --enable-cscope \ --enable-luainterp \ --enable-multibyte