>>>>> "Cantizano" == Cantizano <[EMAIL PROTECTED]> writes:
Cantizano> Hello! I am trying to install lyx-1.0.4 but I have an error
Cantizano> while compiling table.C. I downloaded the patch-1.0.4 but I
Cantizano> am not able to patch the file.
I assume that you are not using gcc but the native compiler of your
platform. Try the following patch (even if you do not know how to
apply a patch, the intent should be clean enough...).
JMarc
Index: table.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-1_0_x/src/table.C,v
retrieving revision 1.9
diff -u -r1.9 table.C
--- table.C 1999/09/23 14:13:53 1.9
+++ table.C 1999/11/17 15:17:50
@@ -1418,7 +1418,7 @@
return ret;
}
-const char *LyXTable::getDocBookAlign(int cell, bool isColumn=false)
+const char *LyXTable::getDocBookAlign(int cell, bool isColumn)
{
int i;
if (isColumn)