On Thu, 10 May 2007 11:28:25 +0200
Bram Moolenaar <[EMAIL PROTECTED]> wrote:

> 
> Daniel Drake wrote:
> 
> > gvim with FEAT_GUI_GNOME fails to compile against GNOME 2.18. See 
> > https://bugs.gentoo.org/show_bug.cgi?id=176566 for more info.
> > 
> > This patch solves the problem.
> 
> Thanks.  Looks safe to include now.

Unfortunately, it looks like this patch didn't get applied correctly
(you're missing an underscore). The attached patch against the 7.1
source should fix this.

-- 
Mike Kelly
Index: src/gui_gtk.c
===================================================================
*** src/gui_gtk.c	(revision 288)
--- src/gui_gtk.c	(working copy)
***************
*** 53,60 ****
  # ifdef bindtextdomain
  #  undef bindtextdomain
  # endif
! # ifdef bindtextdomain_codeset
! #  undef bindtextdomain_codeset
  # endif
  # if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
  #  define ENABLE_NLS	/* so the texts in the dialog boxes are translated */
--- 53,60 ----
  # ifdef bindtextdomain
  #  undef bindtextdomain
  # endif
! # ifdef bind_textdomain_codeset
! #  undef bind_textdomain_codeset
  # endif
  # if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
  #  define ENABLE_NLS	/* so the texts in the dialog boxes are translated */
Index: src/gui_gtk_x11.c
===================================================================
*** src/gui_gtk_x11.c	(revision 288)
--- src/gui_gtk_x11.c	(working copy)
***************
*** 36,43 ****
  # ifdef bindtextdomain
  #  undef bindtextdomain
  # endif
! # ifdef bindtextdomain_codeset
! #  undef bindtextdomain_codeset
  # endif
  # if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
  #  define ENABLE_NLS	/* so the texts in the dialog boxes are translated */
--- 36,43 ----
  # ifdef bindtextdomain
  #  undef bindtextdomain
  # endif
! # ifdef bind_textdomain_codeset
! #  undef bind_textdomain_codeset
  # endif
  # if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
  #  define ENABLE_NLS	/* so the texts in the dialog boxes are translated */

Attachment: signature.asc
Description: PGP signature

Reply via email to