emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gettext.h


From: Joe Buehler
Subject: gettext.h
Date: Thu, 05 Dec 2002 15:10:27 -0500
User-agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2) Gecko/20021126

A response from a Cygwin developer (below) says that gettext.h should not be 
used,
rather, the proper header file is libintl.h.  So I guess getopt.c needs a change
of some sort.  The symbol _LIBC is not defined for Cygwin, so it tries to use
gettext.h, yet it should be using libintl.h, as if _LIBC were set.

Joe Buehler

They should not be looking for it.  The correct include file for gettext 
internationalization is "libintl.h".

gettext.h is an internal header file; it ships with the gettext-devel package 
in /usr/share/gettext/intl as
part of the source code archive needed for proper 'gettextize' operation.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]