Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > On linux, I get: > > ../../../../lyx-devel/src/frontends/qt4/GuiApplication.cpp: In member > function 'virtual void lyx::frontend::GuiApplication::resetGui()': > ../../../../lyx-devel/src/frontends/qt4/GuiApplication.cpp:907: error: > 'setRcGuiLanguage' was not declared in this scope
BTW, This is under gcc version 4.1.2 20070302 (prerelease) (4.1.2-1mdv2007.1) On Mac OS 10.4, this part compiles, but I get: ../../lyx-devel/src/LyX.cpp: In constructor 'lyx::LyX::Impl::Impl()': ../../lyx-devel/src/graphics/Previews.h:55: error: 'lyx::graphics::Previews::Previews()' is private ../../lyx-devel/src/LyX.cpp:125: error: within this context ../../lyx-devel/src/LyX.cpp: In function 'void lyx::setRcGuiLanguage()': ../../lyx-devel/src/LyX.cpp:236: warning: statement has no effect I have to admit that those errors do not make much sense to me. This is with gcc version 4.0.1 (Apple Computer, Inc. build 5367) JMarc