Georg Baum wrote: > On Wednesday 28 December 2005 14:52, Lars Gullik Bjønnes wrote: > > Ok, didn't realize that. Please try to get someone to test it (and > > comment), we should try to get this fixed before 1.3. > > I need volunteers please!
I does not compile here: insetnote.C:238: error: variable 'OutputParams runparams' has initializer but incomplete type insetnote.C:250: error: no matching function for call to 'InsetNote::latex(const Buffer&, std::ostringstream&, <type error>) const' insettext.h:63: note: candidates are: virtual int InsetText::latex(const Buffer&, std::ostream&, const OutputParams&) const insetnote.C: In member function 'virtual int InsetNote::linuxdoc(const Buffer&, std::ostream&, const OutputParams&) const': insetnote.C:266: error: variable 'OutputParams runparams' has initializer but incomplete type insetnote.C:275: error: no matching function for call to 'InsetNote::linuxdoc(const Buffer&, std::ostringstream&, <type error>) const' insettext.h:69: note: candidates are: virtual int InsetText::linuxdoc(const Buffer&, std::ostream&, const OutputParams&) const insetnote.C: In member function 'virtual int InsetNote::docbook(const Buffer&, std::ostream&, const OutputParams&) const': insetnote.C:293: error: variable 'OutputParams runparams' has initializer but incomplete type insetnote.C:302: error: no matching function for call to 'InsetNote::docbook(const Buffer&, std::ostringstream&, <type error>) const' insettext.h:72: note: candidates are: virtual int InsetText::docbook(const Buffer&, std::ostream&, const OutputParams&) const insetnote.C: In member function 'virtual int InsetNote::plaintext(const Buffer&, std::ostream&, const OutputParams&) const': insetnote.C:320: error: variable 'OutputParams runparams' has initializer but incomplete type insetnote.C:328: error: no matching function for call to 'InsetNote::plaintext(const Buffer&, std::ostringstream&, <type error>) const' insettext.h:66: note: candidates are: virtual int InsetText::plaintext(const Buffer&, std::ostream&, const OutputParams&) const make[4]: *** [insetnote.lo] Fehler 1 make[4]: Leaving directory `/home/juergen/lyx/lyx-qt/src/insets' make[3]: *** [all] Fehler 2 make[3]: Leaving directory `/home/juergen/lyx/lyx-qt/src/insets' make[2]: *** [all-recursive] Fehler 1 make[2]: Leaving directory `/home/juergen/lyx/lyx-qt/src' make[1]: *** [all] Fehler 2 make[1]: Leaving directory `/home/juergen/lyx/lyx-qt/src' make: *** [all-recursive] Fehler 1 Jürgen