Jean-Marc Lasgouttes a écrit :
"Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Things worked fine on LyX 1.3.x. Since then, however, Lars
Angus> moved over a bunch of file and directory manipulation/checking
Angus> utilities to use a library external to LyX's sources (Boost).
Angus> There's a change of semantics associated with this move. The
Angus> idiom is now: if (exists(dir) && is_directory(dir)) ...
Angus> Your bug report suggests a missing "exists(dir)"
I grepped for that and failed.
Note however that the message is
"J:\MSYS\home\angus\lyx\14x\build\installprefix\Resources\locale": The
device is not ready.
This is supposed to mean that the J: disk does not exist.
I think this is because this path is hard coded in lyx source when you
configure. It is supposed to be used for in-build execution of lyx. See:
support/package.C: get_system_support_dir(...)
Abdel.
Ekkehart, could you give details about what this J: disk is?
JMarc