Re: [mpg123-devel] mpg123 1.31.0 released
Brought to you by:
sobukus
From: Dave Y. <dav...@gm...> - 2023-01-09 23:56:25
|
On 01/09/23 03:14 PM, Thomas Orgis wrote: > Thanks, > > to clarify: > > Am Sun, 8 Jan 2023 20:06:11 -0800 > schrieb Dave Yeo <dav...@gm...>: > >> OS/2 needs this patch to find getaddrinfo() and friends. No ipv6 support. > You mean no IPv6 support before or still after this change? Do you have > a complete build failure without libcx/net.h? No ipv6 support at all, the getaddrinfo() test is sorta misnamed, not a big deal. Yes, the failure, ../mpg123.svn/src/resolver.c:317:21: error: dereferencing pointer to incomplete type 'struct addrinfo' 317 | sock = socket(addr->ai_family, addr->ai_socktype, addr->ai_protocol); | ^~ ../mpg123.svn/src/resolver.c:330:2: warning: implicit declaration of function 'freeaddrinfo' [-Wimplicit-function-declaration] 330 | freeaddrinfo(addrlist); | ^~~~~~~~~~~~ make: *** [src/resolver.o] Error 1 Thanks, Dave |