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
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
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
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
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