Re: Command line problems

2010-03-11 Thread Enrico Forestieri
On Thu, Mar 11, 2010 at 05:22:36PM +0100, Vincent van Ravesteijn wrote: > Enrico, > > 1. > > Tex2lyx is not working for me anymore. This is caused by the assertion > introduced in r33561: > > __wgetmainargs(&argc_, &argv_, &envp, -1, &newmode); > LASSERT(argc == argc_, /**/); > > If I call "tex2

Re: Command line problems

2010-03-11 Thread Enrico Forestieri
On Thu, Mar 11, 2010 at 05:22:36PM +0100, Vincent van Ravesteijn wrote: > Enrico, > > 1. > > Tex2lyx is not working for me anymore. This is caused by the assertion > introduced in r33561: > > __wgetmainargs(&argc_, &argv_, &envp, -1, &newmode); > LASSERT(argc == argc_, /**/); > > If I call "tex2

Command line problems

2010-03-11 Thread Vincent van Ravesteijn
Enrico, 1. Tex2lyx is not working for me anymore. This is caused by the assertion introduced in r33561: __wgetmainargs(&argc_, &argv_, &envp, -1, &newmode); LASSERT(argc == argc_, /**/); If I call "tex2lyx -sysdir /path/to/lib -f test.tex", argc = 2 while argc_ = 5. 2. When I call "lyx