Re: Config.h and pid redefinition...

2007-12-22 Thread Eli Zaretskii
> Date: Sun, 16 Dec 2007 11:08:41 +0100 > From: "Alberto Santini" <[EMAIL PROTECTED]> > Cc: bug-make@gnu.org > > I confirm you the patch works fine. > > > 2007-12-15 Eli Zaretskii <[EMAIL PROTECTED]> > > > >* config.h.W32: Include sys/types.h. > >[!_PID_T_] (pid_t): Define only

Re: Config.h and pid redefinition...

2007-12-16 Thread Eli Zaretskii
> Date: Sun, 16 Dec 2007 11:08:41 +0100 > From: "Alberto Santini" <[EMAIL PROTECTED]> > Cc: bug-make@gnu.org > > I confirm you the patch works fine. > > > 2007-12-15 Eli Zaretskii <[EMAIL PROTECTED]> > > > >* config.h.W32: Include sys/types.h. > >[!_PID_T_] (pid_t): Define only

Re: Config.h and pid redefinition...

2007-12-16 Thread Alberto Santini
Hello Eli. On Dec 16, 2007 5:17 AM, Eli Zaretskii <[EMAIL PROTECTED]> wrote: > > Date: Sat, 15 Dec 2007 18:23:55 +0100 > > From: "Alberto Santini" <[EMAIL PROTECTED]> > > Cc: bug-make@gnu.org > > > > > Thanks. Could you please try the patch below, and see if it fixes > > > your original problem?

Re: Config.h and pid redefinition...

2007-12-15 Thread Eli Zaretskii
> Date: Sun, 9 Dec 2007 09:49:55 +0100 > From: "Alberto Santini" <[EMAIL PROTECTED]> > > > > 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.

Re: Config.h and pid redefinition...

2007-12-15 Thread Eli Zaretskii
> Date: Sat, 15 Dec 2007 18:23:55 +0100 > From: "Alberto Santini" <[EMAIL PROTECTED]> > Cc: bug-make@gnu.org > > > Thanks. Could you please try the patch below, and see if it fixes > > your original problem? > > No, it doesn't work, because config.h (see make.h, for instance) is > loaded before

Re: Config.h and pid redefinition...

2007-12-15 Thread Alberto Santini
Hello Eli. On Dec 15, 2007 2:58 PM, Eli Zaretskii <[EMAIL PROTECTED]> wrote: > > Date: Sun, 9 Dec 2007 09:49:55 +0100 > > From: "Alberto Santini" <[EMAIL PROTECTED]> > > > > > > I modified "config.h.W32" commenting the line 412: > > > > #define pid_t int > > > > > > > > So it would be better to ad

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