<div dir="auto"><div dir="auto">Jochen, </div><div dir="auto"><br></div><div dir="auto">This problem is solved in the krono/freebsd-fixes branch of opensmalltalk.vm in github. Not by me, I just start to understand how the whole  build is working.</div><div dir="auto"><br></div><div dir="auto">I believe the issue with the declaration of devname in that branch does not occur, because clang version 6 was used for the build. </div><div dir="auto"><br></div><div dir="auto">Also, your updates in the mvm command wil still be necessary,  because without them I had a problem including the GL/gl.h header  file.</div><div dir="auto"><br></div><div dir="auto">So, by using that branch, and your mvm command, I now have the cog vm working also. It gets killed at the testOut OfMemorySignal, but I choose to ignore it for now. I think I used my quotum of assistance for this month already.</div><div dir="auto"><br></div><div dir="auto">Hope this was helpful, </div><div dir="auto"><br></div><div dir="auto">Edwin Ancaer</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br><div dir="auto"><br></div><div dir="auto"><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 11 Apr 2020, 19:08 K K Subbu, <<a href="mailto:kksubbu.ml@gmail.com">kksubbu.ml@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <br>
On 11/04/20 3:47 PM, Jochen Raßler wrote:<br>
> |/oscog/platforms/unix/plugins/SqueakSSL/sqUnixOpenSSL.inc:75:18: error: <br>
> variable has incomplete type 'struct in6_addr' struct in6_addr addr = { <br>
> 0 }; // placeholder, longest of in_addr and in6_addr |<br>
> <br>
> Compiler is clang 8.<br>
<br>
struct in6_addr should have been defined in one of the files included <br>
via arpa/inet.h (either netinet/in.h or netinet/in6.h). You may have to <br>
look at pre-processed output to see why this file is not being included. <br>
Is there a IPV6 related macro that is excluding it?<br>
<br>
HTH .. Subbu<br>
</blockquote></div>