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 precise as I should. The release build I do with automake and configure --with-included-gettext. But to use the Xcode environment I have to disable NLS. I think I have to do so because cmake tries to use NLS from /opt/local which isn't compatible with the NLS in /usr. >> Therefor Messages::available() is not compiled in and linking stage fails. >> >> Sorry, I cannot fix this as I don't know the alternative implementation >> for getMessages(code()).available() when NLS is not enabled. >> >> true or false? > > It should be false (since there is no translation into any language in that > case), unless there is some other translation mechanism in place. Then it > should be true (otherwise you would not be able to select any menu > language). I tried it with true - I didn't know the consequences... After the 2nd complaint I did commit the thing. After your hint I'll change that to false. Thanks. Stephan
