>>>>> "Jacek" == Jacek M Holeczek <[EMAIL PROTECTED]> writes:
Jacek> Hi, I finally got some time to try the lyx-1.0.0pre2 on AIX.
Jacek> There is a small compile time problem in src/lyx_gui.C :
Jacek> "lyx_gui.C", line 163.1: 1540-331: (E) Return value of type
Jacek> "int" is expected.
Thanks Jacek. This problem is already fixed in my personal source tree.
Jacek> The problem is that the LyX_XErrHandler function ends with
Jacek> "abort()". I would like to ask you to add a ( never executed )
Jacek> "return -1" after the abort() to get rid of this error message.
Jacek> There is also a small problem with lib/kbd/polish-2.kmap. It
Jacek> contains :
Jacek> # \kmap � "\\ss{}"
Jacek> while it should be :
Jacek> # \kmap � "\\ss{}"
What does this � stand for, anyway? In my emacs, I only see
\230. Is it a latin2 glyph? I'll change that too.
JMarc