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
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 ../src/file
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
> --- a/src/fi