Re: Compile error with gcc8

2018-06-05 Thread Barath Aron
On 06/05/2018 07:09 PM, Paul Smith wrote: I'm quite certain the amount of code change would be sufficient to require copyright assignment paperwork: if that's acceptable to you let me know and we can get the process started. I already tried some fork() replacement in nano, that went well. Hmm, m

Re: Compile error with gcc8

2018-06-05 Thread Paul Smith
On Tue, 2018-06-05 at 11:24 +0200, Barath Aron wrote: > I started to work on to replace fork() with posix_spawn(). I think it > is not hopeless, so I though I make a try. > I use the master ( git clone > https://git.savannah.gnu.org/git/make.git ), which currently is: Hi Barath; thanks for looking

Compile error with gcc8

2018-06-05 Thread Barath Aron
Hello, I started to work on to replace fork() with posix_spawn(). I think it is not hopeless, so I though I make a try. I use the master ( git clone https://git.savannah.gnu.org/git/make.git ), which currently is: commit 8a731d1b2cc262d03e0246a4869c704b6c1599ec Author: Paul Smith Date:   Sat