Sunday, July 24, 2022

Re: Building in WSL

On 7/24/2022 8:42 AM, 'Suresh Govindachar' via vim_use wrote:
> Hello,
>
> Details are provided after the questions pertaining to WSL 2 Ubuntu
> 20.04 inside Microsot Windows 11:
>
>   "git clone; cd vim/src"
>   make distclean
>   ./configure --prefix=/usr --enable-gui=gtk
>   make && make test
>
>
> Questions:
>
> 1) Build results in vim only -- no gui vim; how to build the gui vim?
> 2) [not applicable anymore]
> 3) How to install so that the existing version disappears?
>
> Details:
> ...
>

Adding to configure "--with-features=huge" results in all the unskipped
tests passing. However, the gui is still not enabled:

create a softlink: gvim -> src/vim*
$ ./gvim
E25: GUI cannot be used: Not enabled at compile time



--
--
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/0629385c-1cdd-53a2-00f5-e212220bbe98%40yahoo.com.

No comments: