On Wednesday 08 June 2005 17:24, Uwe Stöhr wrote:
> Angus Leeming wrote:
> > But, somehow, I'm not understanding you.
> > If no dialog pops up then "sh configure" ran correctly, no?
>
> Yes, if no dialog pops up the configuration runs correctly.

That's the case now. It wasn't. The difference between today and 
yesterday is
-   if (system("start /MIN sh.exe configure") != 0)
+  if (system("start /WAIT /B sh.exe configure") != 0)
        // report error

Yesterday, we reported success as succesfully starting sh.exe. Today 
we report success as the exit state of "sh configure".

> > path_prefix is stored in the configure script so that LyX can
> > grab it from the generated lyxrc.defaults --- and then use it to
> > set the PATH variable.
>
> The problem was, that it don't appear in my system PATH.
> But anyway, I just tested version 5 of your installer and can't see
> problems anymore! The folder of the stripped files are still not in
> the system PATH, but that doesn't matter. Everything works as
> expected now from the install side.
> You are a genius!

Flattery will get you everywhere. Anyway, I'm glad it now works for 
you.

I updated the wiki page to mention your stripped down package.

Now, how about doing something for me and translating german.nsh 
( http://tinyurl.com/axeby ) into German. There are only 50 strings 
or so... It took Jean-Pierre half an hour to do the French version.

Yes, I know I'm cheeky ;-)

> Many many thanks and regards
> Uwe

Angus

Reply via email to