Ali Akcaagac wrote:

> After grep'ing through the VIM source I really detected Bonobo Dockitems
> inside it. Unfortunately that's all "soon to be" deprecated stuff and
> should be avoided as much as possible..
> 
> Why this ?
> 
> a) BonoboUI elements are dead stuff and will be removed pretty soon.
>    I only wish this stuff would have happened a few years earlier.
> b) The recommended way for GNOME and GTK+ GUI's is by using GTK+ (This
>    is not just my idea but a regular advise because of the fact that all
>    GUI elements for GTK+ and GNOME will move inside GTK+- means
>    BonoboUI and hopefully GNOMEUI components are getting removed).
> c) It only adds a new load of complexity e.g. makes the VIM binary
>    bulkier by depending on a lot of not necessary libraries.

The bonobo stuff is only used when compiling for GTK 2 with Gnome
support.  I generally discourage compiling with Gnome, it has its
problems.  This is mentioned in the Makefile.

If you compile without Gnome, which is the default, no bonobo stuff is
used by Vim.  If a bonobo library is still linked in then it's because
of a dependency.

-- 
Scientists decoded the first message from an alien civilization:
        SIMPLY SEND 6 TIMES 10 TO THE 50 ATOMS OF HYDROGEN TO THE STAR
SYSTEM AT THE TOP OF THE LIST, CROSS OFF THAT STAR SYSTEM, THEN PUT
YOUR STAR SYSTEM AT THE BOTTOM OF THE LIST AND SEND IT TO 100 OTHER
STAR SYSTEMS.  WITHIN ONE TENTH GALACTIC ROTATION YOU WILL RECEIVE
ENOUGH HYDROGREN TO POWER YOUR CIVILIZATION UNTIL ENTROPY REACHES ITS
MAXIMUM!  IT REALLY WORKS!

 /// 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