Thursday, August 22, 2019

Re: Compile vim with clipboard support.

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 \
> --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?

Try explicitly installing Debians build-dependencies:

sudo apt build-dep vim-gtk

(for the gtk2 gui, use vim-gtk3 if you want to compile a vim withtfk3
gui)

Best,
Christian
--
Wenn es keinen Gott gäbe, müßten wir ihn erfinden.
-- François Marie Voltaire

--
--
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/20190823063203.GK10736%40256bit.org.

No comments: