On Sat, Nov 17, 2007 at 11:23:18AM +0100, Andre Poenitz wrote: > On Fri, Nov 16, 2007 at 08:17:31AM +0200, Martin Vermeer wrote: > > On Fri, Nov 16, 2007 at 12:37:20AM +0100, Pavel Sanda wrote: > > > hi, > > > > > > i'm trying to finish the monolithic builds advertised (but not > > > implemented) > > > by configure. > > > > > > the only thing are these remaining errs: > > > > > > Layout.cpp: At global scope: > > > Layout.cpp:30: error: default argument given for parameter 2 of > > > 'lyx::FontInfo lyx::lyxRead(lyx::Lexer&, const lyx::FontInfo&)' > > > Font.cpp:306: error: after previous specification in 'lyx::FontInfo > > > lyx::lyxRead(lyx::Lexer&, const lyx::FontInfo&)' > > > MenuBackend.cpp:134: warning: unused parameter 'forgui' > > > TextClass.cpp:53: error: default argument given for parameter 2 of > > > 'lyx::FontInfo lyx::lyxRead(lyx::Lexer&, const lyx::FontInfo&)' > > > Font.cpp:306: error: after previous specification in 'lyx::FontInfo > > > lyx::lyxRead(lyx::Lexer&, const lyx::FontInfo&)' > > > > > > both cases are because of this line: > > > extern FontInfo lyxRead(Lexer &, FontInfo const & fi = sane_font); > > > > Does this happen in src or src/tex2lyx? I was fighting with this at some > > point. tex2lyx has some things symlinked to src, some things as physical > > private versions. > > There are no symlinks anymore, tex2lyx includes the files in src and > defines a macro TEX2LYX that is used to include the 'private' version. > > Andre'
Good, that sounds a lot better. - Martin