- GTK3 is supported, it is said, but there aren't a lot of details about it - It is only barely mentioned under ":help GTK3" in doc/gui_x11.txt - It is mentioned here and there in version8.txt, once at lines 137 and 139, long below ":help new-8" and shortly before ":help new-vim-script-8", then here and there starting at patch 7.4.1402 - It is nowhere mentioned in the possible configuration settings in the src/Makefile - Contrary to what "configure -h" seems to imply, AFAICT the only way to build with GTK3 is to require it explicitly by --enable-gui=gtk3 - When both GTK2 and GTK3 are present in the system, ----disable-gtk2-check --enable-gtk3-check builds a Vim with no GUI - In the same configuration, just «export CONF_OPT_GUI='enable-gnome-check'» (without the French quotes) gives a GTK2 GUI; GTK3 is not looked for. - When --enable-gui=gtk3 is present, then AFAICT --enable-gnome-check has no effect. (Maybe I don't have the right packages installed.)
For the record, I'm on openSUSE 42.1 x86_64 and this is my first (but successful) attempt at building with GTK3: before, I used GTK2 with Gnome. Best regards, Tony. -- -- 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 vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.