[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Build on FreeBSD (#483)

K K Subbu kksubbu.ml at gmail.com
Sat Apr 11 17:08:31 UTC 2020


On 11/04/20 3:47 PM, Jochen Raßler wrote:
> |/oscog/platforms/unix/plugins/SqueakSSL/sqUnixOpenSSL.inc:75:18: error: 
> variable has incomplete type 'struct in6_addr' struct in6_addr addr = { 
> 0 }; // placeholder, longest of in_addr and in6_addr |
> 
> Compiler is clang 8.

struct in6_addr should have been defined in one of the files included 
via arpa/inet.h (either netinet/in.h or netinet/in6.h). You may have to 
look at pre-processed output to see why this file is not being included. 
Is there a IPV6 related macro that is excluding it?

HTH .. Subbu


More information about the Vm-dev mailing list