Re: [vim/vim] Vim requires libwayland-client.so.0 to be installed, even on a server (Issue #17633)
Foxe Chen (Vim Github Repository) <[email protected]> Mon, 27 Jul 2026 12:08:48 -0700
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/issues/17633/[email protected]> |
64-bitman left a comment (vim/vim#17633) > > Please give exact reproduction steps when building vim from master. `make --without wayland` is not the correct way to build Vim. > > I'm having trouble finding the correct way to build vim. I think I'm supposed to use `configure` to set build options but Vim is still building the wayland version. > > From the root dir `vim/` I run `./configure --without-wayland` and then I run `make` and trying to copy and paste within vim still pastes a wayland not found error. > > I can't find any clear documentation on this and I'm not sure where I'm supposed to go to find this information. `src/INSTALL` does not have examples of shell commands to build a configured vim with manually set flags in the `configure` shell program. Sorry if there is an answer for this in the docs, I just can't find it. If you want to build without wayland support: ```sh cd src ./configure --without-wayland make ``` -- Reply to this email directly or view it on GitHub: https://github.com/vim/vim/issues/17633#issuecomment-5095624303 You are receiving this because you are subscribed to this thread. Message ID: <vim/vim/issues/17633/[email protected]> -- -- You received this message from the "vim_dev" 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_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/vim/vim/issues/17633/5095624303%40github.com.