a different problem. The attached, tiny, patch enables compilation with DEC 
cxx.

Index: src/mathed/ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/ChangeLog,v
retrieving revision 1.134
diff -u -p -r1.134 ChangeLog
--- src/mathed/ChangeLog	2001/08/13 15:26:39	1.134
+++ src/mathed/ChangeLog	2001/08/13 15:52:18
@@ -1,3 +1,7 @@
+2001-08-13  Angus Leeming  <[EMAIL PROTECTED]>
+
+	* math_parser.C (lexArg): remove default argument from the .C file
+	as it causes DEC cxx to complain about a redefinition.
 
 2001-08-13  André Pönitz  <[EMAIL PROTECTED]>
 
Index: src/mathed/math_parser.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_parser.C,v
retrieving revision 1.105
diff -u -p -r1.105 math_parser.C
--- src/mathed/math_parser.C	2001/08/13 15:26:40	1.105
+++ src/mathed/math_parser.C	2001/08/13 15:52:18
@@ -259,7 +259,7 @@ unsigned char Parser::getuchar()
 }
 
 
-string Parser::lexArg(unsigned char lf, bool accept_spaces = false)
+string Parser::lexArg(unsigned char lf, bool accept_spaces)
 {
 	string result;
 	unsigned char c = 0;

Reply via email to