help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Mac OSX TeX / To X11 or Not?


From: Andrew Choi
Subject: Re: Mac OSX TeX / To X11 or Not?
Date: Fri, 06 Dec 2002 17:35:21 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Schone Mullerin <smullerin@deutsches.lieder.net> writes:

> In article <061220020416350201%ajanta@no.spam>, Ajanta wrote:
> > I followed Andrew Choi's instructions and got a later (21.3 beta?)
> > version by CVS; this one ran ./configure but make eventually failed.
> 
> This is a cvs tree, so it's frequently broken for "minority"
> platforms.  The current sources as of yesterday, for example, were
> broken for darwin/osx (emacs/lib-src/getopt.c).  When this happens you
> generally need to checkout an earlier version of the problematic file.

Oh no, not again.  This patch will fix it:

Index: getopt.c
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/getopt.c,v
retrieving revision 1.21
diff -u -r1.21 getopt.c
--- getopt.c    5 Dec 2002 15:30:09 -0000       1.21
+++ getopt.c    6 Dec 2002 17:32:51 -0000
@@ -83,7 +83,11 @@
 # include "gettext.h"
 #endif
 #endif
+#ifdef HAVE_LIBINTL_H
 #define _(msgid) gettext (msgid)
+#else
+#define _(msgid) (msgid)
+#endif
 
 #if defined _LIBC && defined USE_IN_LIBIO
 # include <wchar.h>


reply via email to

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