On Wed, Apr 21, 1999 at 07:07:42PM +0100, Pawel Dziekonski wrote:
> Hi,
> I'm using LyX 1.0.2pre1 and it crashes after following steps:
> 0. compile and install in very standart way
> 1. setup environment to polish localisation:
> export LANG=pl
> export LC_ALL=pl_PL
> 2. then run it:
> lyx-1.0.2pre1/src/lyx
> 3. and try to do File->Import->Latex
>
Thanks for the extensive bug report!
> After setting env to LANG=C and LC_ALL=C lyx does not crash after
> File->Import->Latex but when loading any latex file, for example
> $LYXDIR/reLyX/test.ltx, complains with standart message that
> coudn't load latex file and to console is displayed:
>
> ptrace: umoven: I/O error
> Can't locate RelyxFigure.pm in @INC at
>/home/pd8845/gnome/bin/../share/lyx/reLyX/BasicLyX.pm line 13.
OK. There's at least one major problem here. I'm afraid that I just forgot
to upload the new file RelyxFigure.pm, so it wasn't placed in 1.0.2pre1. You
can get that file by going to CVSweb on the lyx developers web site. (Hint,
to get there more quickily, just go to
http://www.devel.lyx.org/cgi-bin/cvsweb.cgi/lyx-1_0_x/lib/reLyX)
Put RelyxFigure.pm wherever 'make install' put the rest of your reLyX .pm files.
>From looking at your @INC, it looks like it's something like
/home/pd8845/gnome/share/lyx/reLyX. Then reLyX from the command line should
*definitely* work, and if you're lucky it will get rid of the other problem
too. Let us know if it doesn't.
Good luck, and enjoy the new Polish tutorial.
-Amir