In message "Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old
Linux"
on 03/06/24, Dalibor Topic <[EMAIL PROTECTED]> writes:
> done! thanks for the notice.
Thank you.
But unfortunately, after ./configure I get:
$ grep in_port_t config/config.h
`in_port_t'. */
#define in_port_t unsigned unknown
With the original getaddrinfo-1.6, I get a good definition:
$ grep in_port_t Makefile
DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
-DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
-DHAVE_STDLIB_H=1 -DHAVE_MEMCPY=1 -DHAVE_MEMSET=1 -Din_port_t=unsigned\ short
-DH_ERRNO_DECLARED=1 -DHAVE_GETADDRINFO=1 -DHAVE_LIBRESOLV=1 -DHAVE_LIBNSL=1
I think I will study what makes in_port_t unsigned unknown.
_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe