Tony Mechelynck wrote:

> In
> *gui_x11.txt*   For Vim version 7.0.  Last change: 2006 Apr 30
> at lines 409-410, there is:
> ----------8<----------
> GNOME is automatically compiled with if it was found by configure.
> (FIXME: Is this still true?  Use --enable-gnome-check to force it to.)
> ---------->8----------
> 
> Experiment shows that the line
> ----------8<----------
> export CONF_OPT_GUI='--enable-gnome-check'
> ---------->8----------
> (setting an additional environment variable before doing "make reconfig" 
> in the src/ subdirectory), with no change in the non-Vim software 
> installed, causes building of "GTK2-GNOME GUI" instead of "GTK2 GUI". 
> IOW, the check is not automatic.
> 
> Inspection of src/Makefile shows that the fact is probably intentional:
> at line 321:
> ----------8<----------
> # Gnome is disabled by default, it may cause trouble.
> ---------->8----------
> 
> I suggest replacing the two lines above in the helpfile by:
> ----------8<----------
> GNOME is not compiled automatically. Use --enable-gnome-check to have 
> configure check for it, and compile it if possible.
> ---------->8----------
> 
> I don't see how to move the menubar and toolbar about, as mentioned 
> under ":help gui-gnome". Does it require the GNOME window manager? (I 
> tested it under KDE.)

Some time ago the automatic use of the Gnome libraries was removed,
because Gnome introduces a few problems.  I will update the remark in
gui_x11.txt and in src/Makefile.

Note that this has nothing to do with the Gnome desktop.

-- 
The Law of VIM:
For each member b of the possible behaviour space B of program P, there exists
a finite time t before which at least one user u in the total user space U of
program P will request b becomes a member of the allowed behaviour space B'
(B' <= B).
In other words: Sooner or later everyone wants everything as an option.
                                        -- Vince Negri

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Reply via email to