"Garst R. Reese" <[EMAIL PROTECTED]> writes:

| attached

Try this patch:

Index: gettext.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/gettext.C,v
retrieving revision 1.1
diff -u -p -r1.1 gettext.C
--- gettext.C   2000/10/11 21:06:39     1.1
+++ gettext.C   2000/10/12 02:07:11
@@ -3,6 +3,7 @@
 #include "LString.h"
 #include "gettext.h"
 
+#ifdef ENABLE_NLS
 
 char const * _(char const * str)
 {
@@ -20,3 +21,5 @@ string const _(string const & str)
        delete [] tmp;
        return ret;
 }
+
+#endif                               

        Lgb

Reply via email to