Andre Poenitz <[EMAIL PROTECTED]> writes:
| On Sun, Dec 19, 2004 at 08:54:19PM +, Angus Leeming wrote:
>> The unix "fork", "execvp" pair doesn't exist on Windows. We can launch a
>> child process well enough by using "spawnvp", but then the unix
>> "waitpid(..., NOHANG)" doesn't exist on Windo
Andre Poenitz wrote:
On Sun, Dec 19, 2004 at 08:54:19PM +, Angus Leeming wrote:
The unix "fork", "execvp" pair doesn't exist on Windows. We can launch a
child process well enough by using "spawnvp", but then the unix
"waitpid(..., NOHANG)" doesn't exist on Windows either, so LyX will never
be i
On Sun, Dec 19, 2004 at 08:54:19PM +, Angus Leeming wrote:
> The unix "fork", "execvp" pair doesn't exist on Windows. We can launch a
> child process well enough by using "spawnvp", but then the unix
> "waitpid(..., NOHANG)" doesn't exist on Windows either, so LyX will never
> be informed when
Michael Schmitt wrote:
> Dear Angus,
>
> could you please post "The remainder of Ruurd's changes" patch again? I
> applied the patch a few seconds ago and was informed about two conflicts
> by the patch tool.
That's because you're applying against a moving target. I take little bits
of the patch