1 Aug 2005 01:19
Re: "lyx -e" under mod_perl or other non-interactive environments
# from Jean-Marc Lasgouttes # on Sunday 31 July 2005 02:40 pm: >Eric> system(qw(lyx -e pdf foo.lyx)); > >Is there any interesting outout on stderr? You may want to add "-dbg >any" to see more info. I don't know if it's "interesting", but here is what ends up happening last before it choked. Fname: IEEEtran Clname: IEEEtran Desc: article (IEEEtran) Avail: 0 If it does any good, the attached file is a concatenation of the output of every debug flag individually. This environment is tricky to work in, so I just wrote a loop into my perl code to run it with each '-dbg' option and then had a "watch -n 10 ..." killing the subprocesses every ten seconds as the perl code looped through them. I've found this debug output in ./src/lyxtextclasslist.C suspiciously inside a switch inside a while with what looks like another debug message following it. I'm still not setup to compile and test anything though, and can't even say if the same behavior persists in CVS... Thanks, Eric -- --(Continue reading)
RSS Feed