tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: lang/swi-prolog-lite 8.0.2 fails to build on NetBSD -current (OpenSSL version issue?)
The errors Andreas mentioned when trying to build a new version are like:
/tmp/swipl-devel/packages/clib/nonblockio.c: In function 'nbio_get_ip6':
/tmp/swipl-devel/packages/clib/nonblockio.c:1260:11: error: 'struct in6_addr' has no member named 's6_addr16'
1260 | { ip->s6_addr16[i-1] = htons(ia);
| ^~
and we only define s6_addr16 and similar aliases for kernel code:
https://nxr.netbsd.org/xref/src/sys/netinet6/in6.h#131
Martin
Home |
Main Index |
Thread Index |
Old Index