Angus Leeming wrote:
Abdelrazak Younes writes:
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(...)
Right. When I compiled LyX, the sources were on my J: drive.
Angus
This problem, or a related one, has been reported by other people
(Stacia Hartleben comes to mind). Stacia has a J: drive, which has to
be disconnected to get LyX to work (or at least to install - not sure of
the details).
/Paul