Lars Gullik Bjønnes wrote: > | Actually, I have to change my answer to Yes. >> > | Try "build/src/lyx-qt -dbg init". LyX will die with >> > | Assertion triggered in const lyx::support::Package& > | lyx::support::package() by failing check "initialised_" in file > | package.C:83 >> > | because of the early invocation of gettext and the call to > | package().locale_dir() in messages.C. > > Why don't you let it initialize itself on first use? > > The constructor could just set some values to be stored for the actual > initialization that will come later?
It *is* initialised. I shoved in an ASSERT for debug reasons. Looks like it was the right thing to do, because it is showing that messages should be translated but won't... -- Angus