Jean-Marc Lasgouttes wrote: > Angus> Currently, I'm trying to get LyX to run as /home/angus/Program\ > Angus> Files/LyX/bin/lyx-1.3.6cvs > > Angus> but it's hanging whilst running ../share/lyx/configure at > Angus> checking LaTeX configuration... auto > > Angus> Any ideas? > > Sure, it is not supposed to work :) I have to backport the changes > that I did for 1.4.0cvs to make it work in an environment with hostile > spaces...
Yes, it is getting stuck in the call to LaTeX here: done | sed -e 's%^.*layouts/\(.*\)\.layout$%\\TestDocClass{\1}%'\ > chklayouts.tex eval ${LATEX} wrap_chkconfig.ltx 2>/dev/null | grep '^\+' eval `cat chkconfig.vars | sed 's/-/_/g'` fi So, should we make it work? I guess that it will work already on Windows for those who use MikTeX and they're the ones who will be running a LyX installed as C:\Program Files\LyX\bin\lyx.exe *sigh*. Sometimes this coding lark is a PITA. I only tried this out because I wanted to test the code in forkedcall.C that breaks a string into an array of words. -- Angus