Changes between Initial Version and Version 1 of Ticket #69142, comment 3


Ignore:
Timestamp:
Jan 22, 2024, 8:23:54 AM (9 months ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69142, comment 3

    initial v1  
    1 I was able to reproduce the error on Sonoma:
    2 {{{
    3 3rdparty/libuv/src/unix/getaddrinfo.c:162:10: error: call to undeclared function 'uv__idna_toascii'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    4     rc = uv__idna_toascii(hostname,
    5          ^
    6 1 error generated.
    7 }}}
     1I was able to reproduce the error on Sonoma. At the same time, it did build on buildbots. Weird. Will look into what is going on.