<div dir="auto">The full output is here:</div><div dir="auto"><div><a href="https://www.netbsd.org/~kim/tcsh/output.amd64.txt">https://www.netbsd.org/~kim/tcsh/output.amd64.txt</a></div><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu 13. Apr 2023 at 19.34 Christos Zoulas <<a href="mailto:christos@zoulas.com">christos@zoulas.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">On 2023-04-13 9:45 am, Kimmo Suominen wrote:<br>
> | configure:8065: gcc -c -g -O2<br>
> -ffile-prefix-map=/home/builder/build-aAEu4Kg5pL/tcsh-6.24.09=.<br>
> -fstack-protector-strong -Wformat<br>
> -Werror=format-security -D_FILE_OFFSET_BITS=64 -Wdate-time<br>
> -D_FORTIFY_SOURCE=2 conftest.c >&5<br>
> | conftest.c: In function 'main':<br>
> | conftest.c:42:24: error: expected expression before ')' token<br>
> |    42 | if (sizeof ((socklen_t)))<br>
> |       |                        ^<br>
> <br>
> root@07589e99ecd2:/# gcc --version<br>
> gcc (Debian 12.2.0-14) 12.2.0<br>
<br>
Where does it define socklen_t?<br>
<br>
AC_DEFUN([AC_TYPE_SOCKLEN_T], [<br>
AC_CHECK_TYPE(socklen_t,,<br>
AC_DEFINE(socklen_t, int, [Define to `int' if neither <sys/types.h> nor <br>
<sys/soc<br>
ket.h> define.]), [dnl<br>
#include <sys/types.h><br>
#include <sys/socket.h><br>
])<br>
])<br>
AC_TYPE_SOCKLEN_T()<br>
<br>
-- <br>
christos<br>
</blockquote></div></div>