Re: gmake-4.2.90 patch

2019-09-03 Thread Paul Smith
On Tue, 2019-09-03 at 10:27 -0400, Dmitry Goncharov wrote: > /* Define to 1 if you can safely include both and . */ > /* #undef TIME_WITH_SYS_TIME */ This is the reason for your problem. On my system, this is defined. What version of GNU/Linux are you using? What this undefined value means is

Re: gmake-4.2.90 patch

2019-09-03 Thread Dmitry Goncharov via Bug reports and discussion for GNU make
Sure, Paul. Here is the error message on redhat. /usr/bin/gcc -DHAVE_CONFIG_H -Isrc -I../src -Ilib -I../lib -DLIBDIR=\"/usr/local/lib\" -DINCLUDEDIR=\"/usr/local/include\" -DLOCALEDIR=\"/usr/local/share/locale\"-m64 -g -O0 -MT src/file.o -MD -MP -MF $depbase.Tpo -c -o src/file.o

Re: gmake-4.2.90 patch

2019-09-02 Thread Paul Smith
On Sun, 2019-09-01 at 18:57 -0400, Dmitry Goncharov via Bug reports and discussion for GNU make wrote: > This patch fixes a compilation error when time.h does not get > indirectly included. > > regards, Dmitry > > diff --git a/src/file.c b/src/file.c > index c20fcf8..f58e855 100644 > ---

gmake-4.2.90 patch

2019-09-01 Thread Dmitry Goncharov via Bug reports and discussion for GNU make
This patch fixes a compilation error when time.h does not get indirectly included. regards, Dmitry diff --git a/src/file.c b/src/file.c index c20fcf8..f58e855 100644 --- a/src/file.c +++ b/src/file.c @@ -17,6 +17,7 @@ this program. If not, see . */ #include