Martin Vermeer wrote:
> Yes! This does the trick.
Great! I wonder what changed between 13x and 14x in this regard.
> Shall I prepare a patch?
Why not.
>> > By the way, I run CVS LyX uninstalled. Relevant?
>> Not to the fact that the code is crashing, no.
> What I don't like though is that localization doesn't work this
> way so I cannot test it.
Install locally. Something like this should do the trick. Note that
the important line is the penultimate one. See main.C and thereafter
the code in ${LYX_TOP_DIR}/intl
$ INSTALL_DIR=/home/martin/lyx/test-install
$ configure --prefix=${INSTALL_DIR}
$ make
$ make install
$ PATH=$PATH:${INSTALL_DIR}/bin
$ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${INSTALL_DIR}/lib
$ LYX_LOCALEDIR=$LYX_LOCALEDIR:${INSTALL_DIR}/share/lyx
$ export PATH LD_LIBRARY_PATH LYX_LOCALEDIR
--
Angus