Michael Schmitt <[EMAIL PROTECTED]> writes:
| "../../src/lyxparagraph.h", line 531: Error: LyXParagraph::InsetTable is
| not accessible from LyXParagraph::matchIT.
| "../../src/lyxparagraph.h", line 538: Error: LyXParagraph::InsetTable is
| not accessible from LyXParagraph::matchIT.
Can you check if
friend LyXParagraph::matchIT;
or
friend struct LyXParagraph::matchIT;
works better than:
friend struct matchIT;
| "math_iter.h", line 265: Warning: MathedXIter::SetData hides the
| function MathedIter::SetData(LyxArrayBase* ).
Probably ok.
| "../../src/vspace.h", line 157: Warning: LyXGlueLength::operator== hides
| the function LyXLength::operator== (const LyXLength&) const.
Ok, fixed.
| "formula.C", line 432: Warning: font hides the same name in an outer
| scope.
fixed.
| "formula.C", line 1050: Warning: result hides the same name in an outer
| scope.
This is weird.
Probably fixed.
|
| "bindtextdom.c", line 116: warning: implicitly declaring function to
| return int: strdup()
Bug in C header files?
| "bindtextdom.c", line 116: warning: improper pointer/integer
| combination: op "="
| "bindtextdom.c", line 148: warning: improper pointer/integer
| combination: op "="
| "bindtextdom.c", line 164: warning: improper pointer/integer
| combination: op "="
What strange C compiler are you using?
| "loadmsgcat.c", line 65: warning: old style function definition
don't use C99 on these files stay with C89
Lgb