Re: Configure script should fail when --with-x=yes and --enable-gui are set but needed dependencies are missing

2018-07-30 Fir de Conversatie zdohnal
I tested the patchlevel 215, it works correctly now - thank you Bram! -- -- 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

Re: Configure script should fail when --with-x=yes and --enable-gui are set but needed dependencies are missing

2018-07-27 Fir de Conversatie Bram Moolenaar
> On Friday, July 20, 2018 at 1:13:29 PM UTC+2, Tony Mechelynck wrote: > > It is not a bug, it is a feature. Whenever the arguments to configure > > request a certain feature, and it doesn't find the necessary software, > > it falls back on disabling it. > That's what I would count as feature

Re: Configure script should fail when --with-x=yes and --enable-gui are set but needed dependencies are missing

2018-07-27 Fir de Conversatie zdohnal
Hi Tony and Chris! On Friday, July 20, 2018 at 1:13:29 PM UTC+2, Tony Mechelynck wrote: > It is not a bug, it is a feature. Whenever the arguments to configure > request a certain feature, and it doesn't find the necessary software, > it falls back on disabling it. That's what I would count as

Re: Configure script should fail when --with-x=yes and --enable-gui are set but needed dependencies are missing

2018-07-20 Fir de Conversatie Christian Brabandt
On Fr, 20 Jul 2018, zdoh...@redhat.com wrote: > Hi, > > I was trying to compile Vim with GUI on Fedora Server. I used configure > options: > > ./configure --with-x=yes --with-tlib=ncurses --with-features=huge > --enable-gui=gtk3 > > and compilation went smoothly, but when I ran created

Re: Configure script should fail when --with-x=yes and --enable-gui are set but needed dependencies are missing

2018-07-20 Fir de Conversatie Tony Mechelynck
On Fri, Jul 20, 2018 at 12:39 PM, wrote: > Hi, > > I was trying to compile Vim with GUI on Fedora Server. I used configure > options: > > ./configure --with-x=yes --with-tlib=ncurses --with-features=huge > --enable-gui=gtk3 > > and compilation went smoothly, but when I ran created binary, it

Configure script should fail when --with-x=yes and --enable-gui are set but needed dependencies are missing

2018-07-20 Fir de Conversatie zdohnal
Hi, I was trying to compile Vim with GUI on Fedora Server. I used configure options: ./configure --with-x=yes --with-tlib=ncurses --with-features=huge --enable-gui=gtk3 and compilation went smoothly, but when I ran created binary, it ends with error: E25: GUI cannot be used: Not enabled at