Re: implicit declaration of function 'utime' in trailing slashes test

2021-01-23 Thread Bruno Haible
> >>> conftest.c:491:23: error: implicit declaration of function 'utime' is > >>> invalid in C99 [-Werror,-Wimplicit-function-declaration] > >>> if (!utime ("conftest.tmp/", NULL)) > >>>^ > >>> 1 error generated. Thanks for the report. Fixed through the p

Re: implicit declaration of function 'utime' in trailing slashes test

2021-01-23 Thread Tim Rühsen
On 23.01.21 07:09, Ryan Schmidt wrote: On Jan 22, 2021, at 16:47, Tim Rühsen wrote: On 21.01.21 01:34, Ryan Schmidt wrote: Hi, I'm the maintainer of wget in MacPorts. In the version of clang included with Xcode 12 and later, implicit declaration of functions is an error. During configure, w