Gandalf GreyHair wrote: > Anyway, here is the result of the compilation > > g++-3.0 -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost > -I/usr/X11R6/include -g -O -W -Wall -c math_mathmlstream.C -MT > math_mathmlstream.lo -MD -MP -MF .deps/math_mathmlstream.TPlo > > > math_mathmlstream.C: In destructor `WriteStream::~WriteStream()': > math_mathmlstream.C:48: no match for `std::basic_ostream<char, > std::char_traits<char> >& << char' operator > ../../src/lyxfont.h:310: candidates are: std::ostream& > operator<<(std::ostream&, const LyXFont&)
Adding #include <ostream> to the .C file should resolve the problem. Once you get things to compile please post us a diff (cvs diff > compile.diff) and we'll roll the changes into the tree. Regards, -- Angus