Hello,
>> running make, it fails with this error: xlC -c -O2 -I. -I.
>> -I../images -I/usr/local/include -I/usr/local/lib/xpm-3.4g
>> table.C "table.C", line 1421.63: 1540-069: (S) Declarations of
>> the same function must not specify default initializers for
>> the same argument.
>This is indeed a known problem with some strict compilers (that's why
>many people do not see it...). Apply the following change around line
>1420of table.C (remove the "=false").
>-const char *LyXTable::getDocBookAlign(int cell, bool isColumn=false)
>+const char *LyXTable::getDocBookAlign(int cell, bool isColumn)
thank you very much, that fixed the problem. The makefile ran without
problems now, and LyX was installed allright.
Best regards,
Thomas
--
------------------------------------------------------------------------
Thomas Ruedas
Institute of Meteorology and Geophysics, J.W.Goethe University Frankfurt
e-mail: [EMAIL PROTECTED]
http://www.geophysik.uni-frankfurt.de/~ruedas/
------------------------------------------------------------------------