Friday, August 23, 2019

Re: Compile vim with clipboard support.

On Fri, Aug 23, 2019 at 3:13 PM Hongyi Zhao <hongyi.zhao@gmail.com> 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 normally ends in
.../vim) or in its src subdirectory — or in a shadow directory if you
have made one. The top Makefile has a "reconfig" target at line 35
which invokes the src/Makefile; and the latter has a "reconfig" target
at line 1995. If make doesn't find that target, then either you're in
a wrong directory or your Makefile is corrupt.

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/CAJkCKXt%3Du0%3DgM4U79_C49P_ttDnLKd%3Doy8n_oL%3DL3y6uUasgaQ%40mail.gmail.com.

No comments: