Dear LyXers,
When I tried to import the example file semsamp1.tex for the seminar class into lyx, I
got the following error:
milde@horst:/root/downloads/TeX/seminar/doc > reLyX -c seminar semsamp1.tex
reLyX, the LaTeX to LyX translator. Revision date 2000/06/06
Use of uninitialized value at /usr/bin/../share/lyx/reLyX/reLyXmain.pl line 355.
Reading LaTeX command syntax
Can't find input file /root/semsamp1.tex
Exited due to fatal Error!
Looking at the given error line, I find
# Stole this from Cwd.pm. Can't use the Cwd:: function cuz it's not in 5.003
# I could test $] >5.004 or something, but why bother?
sub my_fast_abs_path {
my $cwd = fastcwd();
my $path = shift || '.';
chdir($path) || die "Cannot chdir to $path:$!";
my $realpath = fastcwd();
> chdir($cwd) || die "Cannot chdir back to $cwd:$!";
$realpath;
}
with > marking the offending line No 355.
so I wonder, whether I don't have fastcwd() on my SuSE Linux system or
whether something else got wrong. Also, why does it try to read from the
parents partents parents parent directory?
Anybody has a clue?
Guenter
--
[EMAIL PROTECTED]