"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
aeiouaeiouaeiouaeiouaeiouaeiou <aeioudev@outlook.com>
Subject:
got >0.107 fails to build on macOS <13 due to lack of stravis() support
To:
gameoftrees@openbsd.org
Date:
Sat, 25 Jan 2025 08:23:40 +0300

Download raw body.

Thread
  • aeiouaeiouaeiouaeiouaeiouaeiou:

    got >0.107 fails to build on macOS <13 due to lack of stravis() support

While all other systems have support for stravis(), macOS has slowpokely 
implemented it since Ventura.

gotweb.c:189:7: warning: implicit declaration of function 'stravis' is 
invalid in C99 [-Wimplicit-function-declaration]
                     stravis(&server_name, c->server_name, VIS_SAFE) == 
-1) {
                     ^

This was reported on MacPorts Trac: https://trac.macports.org/ticket/71820