Re: Config.h and pid redefinition...

2007-12-08 Thread Eli Zaretskii
> Date: Sat, 8 Dec 2007 21:18:55 +0100 > From: "Alberto Santini" <[EMAIL PROTECTED]> > > I compiled make 3.81 on Windows box Vista using MingW - gcc (GCC) > 4.2.1-sjlj (mingw32-2). > > I modified "config.h.W32" commenting the line 412: > #define pid_t int > > So it would be better to add a condi

Config.h and pid redefinition...

2007-12-08 Thread Alberto Santini
Hello. I compiled make 3.81 on Windows box Vista using MingW - gcc (GCC) 4.2.1-sjlj (mingw32-2). I modified "config.h.W32" commenting the line 412: #define pid_t int So it would be better to add a conditional definition because there is a difference between gcc 3.4.x and gcc 4.2.1. With the com