Jean-Marc Lasgouttes wrote:
> Bennett, I never answered to this message because Angus was busy
> butchering the init process at the same time... Nevertheless, the
> scripts are sound. I propose we return to that when Angus' work has
> landed.
> 
> Angus, do you think that we should unconditionally ad the bindir to
> the PATH for windows and MacOSX?

Actually, I've noticed a problem on Windows that's related to this.

We attempt to execute the lib/configure script is executed as
 system("start /min sh <system lyxdir>/configure");

Unfortunately, sh.exe isn't in cmd.exe's path, being found here:
 J:\MinSys\bin\sh.exe

Rather than hard-code these weird and wonderful additions to PATH, why
don't we define a new LyXRC variable "path_prefix" which will be prepended
to the existing PATH variable when LyX is initialised.

-- 
Angus

Reply via email to