Re: r36687 - in lyx-devel/trunk/src: . frontends/qt4 support

2010-12-04 Thread Stephan Witt
Am 04.12.2010 um 17:09 schrieb Georg Baum: > Stephan Witt wrote: > >> Now I have a problem on Mac OS X. >> On Mac OS X ENABLE_NLS is false. > > Sorry for that. I oberlooked the ENABLE_NLS=false case. No problem. > Does that mean that LyX on Mac is not translated? No, I didn't say it as precis

Re: r36687 - in lyx-devel/trunk/src: . frontends/qt4 support

2010-12-04 Thread Pavel Sanda
Nikos Chantziaras wrote: > This commit breaks linking: > > make[4]: Entering directory `/var/tmp/portage/lyx-devel/src' > CXXLD lyx > liblyxcore.a(Language.o): In function `lyx::Language::read(lyx::Lexer&)': > Language.cpp:(.text+0x55a): undefined reference to > `lyx::Messages::available() cons

Re: r36687 - in lyx-devel/trunk/src: . frontends/qt4 support

2010-12-04 Thread Georg Baum
Stephan Witt wrote: > Now I have a problem on Mac OS X. > On Mac OS X ENABLE_NLS is false. Sorry for that. I oberlooked the ENABLE_NLS=false case. Does that mean that LyX on Mac is not translated? > Therefor Messages::available() is not compiled in and linking stage fails. > > Sorry, I cannot

Re: r36687 - in lyx-devel/trunk/src: . frontends/qt4 support

2010-12-04 Thread Nikos Chantziaras
This commit breaks linking: make[4]: Entering directory `/var/tmp/portage/lyx-devel/src' CXXLD lyx liblyxcore.a(Language.o): In function `lyx::Language::read(lyx::Lexer&)': Language.cpp:(.text+0x55a): undefined reference to `lyx::Messages::available() const' collect2: ld returned 1 exit stat

Re: r36687 - in lyx-devel/trunk/src: . frontends/qt4 support

2010-12-03 Thread Stephan Witt
Am 03.12.2010 um 18:48 schrieb b...@lyx.org: > Author: baum > Date: Fri Dec 3 18:48:06 2010 > New Revision: 36687 > URL: http://www.lyx.org/trac/changeset/36687 > > Log: > fix bug #6584 > > Modified: > lyx-devel/trunk/src/Language.cpp > lyx-devel/trunk/src/Language.h > lyx-devel/trunk/src