Jochen Kmietsch <[EMAIL PROTECTED]> writes:
| Hello !
|
| It's the guy with the picky compiler again :)
|
| Making all in insets
| /bin/sh ../../libtool --mode=compile CC -DHAVE_CONFIG_H -I. -I. -I../../src
| -I./../ -I/usr/local/include -I/usr/openwin/include -O -c figinset.C
| CC -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I/usr/local/include
| -I/usr/openwin/include -O -c figinset.C -o figinset.o
| "../../src/insets/insetbib.h", line 132: Warning: InsetBibtex::display hides
| the virtual function Inset::display(bool).
This first one is bogus, and plain wrong.
| "figinset.C", line 897: Error: errno is not defined.
Where is it defined then? what is it called in cerrno? Is it in
namespace std?
| "figinset.C", line 2056: Warning: pflags hides InsetFig::pflags.
This could be a real one.
Fixed it.
Lgb