Thursday, August 22, 2019

Re: Compile vim with clipboard support.

On Fri, Aug 23, 2019 at 8:09 AM Hongyi Zhao <hongyi.zhao@gmail.com> 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 \
> --enable-luainterp \
> --enable-multibyte \
> --enable-python3interp \
> --enable-perlinterp \
> --enable-rubyinterp \
> --enable-tclinterp \
> --enable-gui=auto \
> --enable-gtk2-check \
> --enable-gnome-check \
> --with-x --with-features=huge
>
> I will meet the following error:
>
> ------
> checking for X... (cached) no
> checking if X11 header files can be found... yes
> configure: error: could not configure X
> -------
>
> How to solve this problem?
>
> ps. I use the latest git source to do the job.
>
> Regards

Try "make reconfig" (with config arguments as environment variables)
to clear the cache.

See http://users.skynet.be/antoine.mechelynck/vim/compunix.htm about
how to set environment variables for config arguments. That HowTo
assumes bash shell but you should be able to adapt it for csh shell if
necessary.

Best regards,
Tony.

--
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAJkCKXtNuuMq2esgPkunDjK-CeyoEtO-Uwovupgt81PrMYP_ZQ%40mail.gmail.com.

No comments: