/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:76:21:
error: static declaration of 'IN6_IS_ADDR_MC_LINKLOCAL' follows non-static
declaration
76 | WS2TCPIP_INLINE int IN6_IS_ADDR_MC_LINKLOCAL(const struct in6_addr *a)
{ return IN6_IS_ADDR_MULTICAST(a) && ((a->s6_bytes[1] & 0xf)==2); }
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:57:5:
note: previous declaration of 'IN6_IS_ADDR_MC_LINKLOCAL' with type 'int(const
struct in6_addr *)'
57 | int IN6_IS_ADDR_MC_LINKLOCAL(const struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:77:21:
error: static declaration of 'IN6_IS_ADDR_MC_SITELOCAL' follows non-static
declaration
77 | WS2TCPIP_INLINE int IN6_IS_ADDR_MC_SITELOCAL(const struct in6_addr *a)
{ return IN6_IS_ADDR_MULTICAST(a) && ((a->s6_bytes[1] & 0xf)==5); }
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:58:5:
note: previous declaration of 'IN6_IS_ADDR_MC_SITELOCAL' with type 'int(const
struct in6_addr *)'
58 | int IN6_IS_ADDR_MC_SITELOCAL(const struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:40685:
libsrc/ws2tcpip/lib32_libws2_32_a-in6_set_addr_unspecified.o] Error 1
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:78:21:
error: static declaration of 'IN6_IS_ADDR_MC_ORGLOCAL' follows non-static
declaration
78 | WS2TCPIP_INLINE int IN6_IS_ADDR_MC_ORGLOCAL(const struct in6_addr *a) {
return IN6_IS_ADDR_MULTICAST(a) && ((a->s6_bytes[1] & 0xf)==8); }
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:59:5:
note: previous declaration of 'IN6_IS_ADDR_MC_ORGLOCAL' with type 'int(const
struct in6_addr *)'
59 | int IN6_IS_ADDR_MC_ORGLOCAL(const struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:79:21:
error: static declaration of 'IN6_IS_ADDR_MC_GLOBAL' follows non-static
declaration
79 | WS2TCPIP_INLINE int IN6_IS_ADDR_MC_GLOBAL(const struct in6_addr *a) {
return IN6_IS_ADDR_MULTICAST(a) && ((a->s6_bytes[1] & 0xf)==0xe); }
| ^~~~~~~~~~~~~~~~~~~~~
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:60:5:
note: previous declaration of 'IN6_IS_ADDR_MC_GLOBAL' with type 'int(const
struct in6_addr *)'
60 | int IN6_IS_ADDR_MC_GLOBAL(const struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:80:21:
error: static declaration of 'IN6ADDR_ISANY' follows non-static declaration
80 | WS2TCPIP_INLINE int IN6ADDR_ISANY(const struct sockaddr_in6 *a) {
return ((a->sin6_family==AF_INET6) && IN6_IS_ADDR_UNSPECIFIED(&a->sin6_addr)); }
| ^~~~~~~~~~~~~
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:61:5:
note: previous declaration of 'IN6ADDR_ISANY' with type 'int(const struct
sockaddr_in6 *)'
61 | int IN6ADDR_ISANY(const struct sockaddr_in6 *);
| ^~~~~~~~~~~~~
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:81:21:
error: static declaration of 'IN6ADDR_ISLOOPBACK' follows non-static
declaration
81 | WS2TCPIP_INLINE int IN6ADDR_ISLOOPBACK(const struct sockaddr_in6 *a) {
return ((a->sin6_family==AF_INET6) && IN6_IS_ADDR_LOOPBACK(&a->sin6_addr)); }
| ^~~~~~~~~~~~~~~~~~
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:62:5:
note: previous declaration of 'IN6ADDR_ISLOOPBACK' with type 'int(const struct
sockaddr_in6 *)'
62 | int IN6ADDR_ISLOOPBACK(const struct sockaddr_in6 *);
| ^~~~~~~~~~~~~~~~~~
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:82:22:
error: static declaration of 'IN6_SET_ADDR_UNSPECIFIED' follows non-static
declaration
82 | WS2TCPIP_INLINE void IN6_SET_ADDR_UNSPECIFIED(struct in6_addr *a) {
memset(a->s6_bytes,0,sizeof(struct in6_addr)); }
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:63:6:
note: previous declaration of 'IN6_SET_ADDR_UNSPECIFIED' with type
'void(struct in6_addr *)'
63 | void IN6_SET_ADDR_UNSPECIFIED(struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:83:22:
error: static declaration of 'IN6_SET_ADDR_LOOPBACK' follows non-static
declaration
83 | WS2TCPIP_INLINE void IN6_SET_ADDR_LOOPBACK(struct in6_addr *a) {
| ^~~~~~~~~~~~~~~~~~~~~
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:64:6:
note: previous declaration of 'IN6_SET_ADDR_LOOPBACK' with type 'void(struct
in6_addr *)'
64 | void IN6_SET_ADDR_LOOPBACK(struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:87:22:
error: static declaration of 'IN6ADDR_SETANY' follows non-static declaration
87 | WS2TCPIP_INLINE void IN6ADDR_SETANY(struct sockaddr_in6 *a) {
| ^~~~~~~~~~~~~~
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:65:6:
note: previous declaration of 'IN6ADDR_SETANY' with type 'void(struct
sockaddr_in6 *)'
65 | void IN6ADDR_SETANY(struct sockaddr_in6 *);
| ^~~~~~~~~~~~~~
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:94:22:
error: static declaration of 'IN6ADDR_SETLOOPBACK' follows non-static
declaration
94 | WS2TCPIP_INLINE void IN6ADDR_SETLOOPBACK(struct sockaddr_in6 *a) {
| ^~~~~~~~~~~~~~~~~~~
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:66:6:
note: previous declaration of 'IN6ADDR_SETLOOPBACK' with type 'void(struct
sockaddr_in6 *)'
66 | void IN6ADDR_SETLOOPBACK(struct sockaddr_in6 *);
| ^~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:40601:
libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_multicast.o] Error 1
In file included from
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:7:
../../../../mingw-w64/mingw-w64-crt/libsrc/ws2tcpip/in6_is_addr_v4compat.c:9:5:
error: redefinition of 'IN6_IS_ADDR_V4COMPAT'
9 | int IN6_IS_ADDR_V4COMPAT(const struct in6_addr *a)
| ^~~~~~~~~~~~~~~~~~~~
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:74:21:
note: previous definition of 'IN6_IS_ADDR_V4COMPAT' with type 'int(const
struct in6_addr *)'
74 | WS2TCPIP_INLINE int IN6_IS_ADDR_V4COMPAT(const struct in6_addr *a) {
return ((a->s6_words[0]==0) && (a->s6_words[1]==0) && (a->s6_words[2]==0) &&
(a->s6_words[3]==0) && (a->s6_words[4]==0) && (a->s6_words[5]==0) &&
!((a->s6_words[6]==0) && (a->s6_addr[14]==0) && ((a->s6_addr[15]==0) ||
(a->s6_addr[15]==1)))); }
| ^~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:40643:
libsrc/ws2tcpip/lib32_libws2_32_a-in6_is_addr_v4compat.o] Error 1
mv -f libsrc/.deps/lib32_libdxerr9_a-dxerr9w.Tpo
libsrc/.deps/lib32_libdxerr9_a-dxerr9w.Po
mv -f libsrc/.deps/lib32_libsapi_a-sapi.Tpo libsrc/.deps/lib32_libsapi_a-sapi.Po
mv -f libsrc/.deps/lib32_libstrmiids_a-strmiids.Tpo
libsrc/.deps/lib32_libstrmiids_a-strmiids.Po
mv -f libsrc/.deps/lib32_libportabledeviceguids_a-portabledeviceguids.Tpo
libsrc/.deps/lib32_libportabledeviceguids_a-portabledeviceguids.Po
mv -f libsrc/.deps/lib32_libuuid_a-dxva-uuid.Tpo
libsrc/.deps/lib32_libuuid_a-dxva-uuid.Po
mv -f libsrc/.deps/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.Tpo
libsrc/.deps/lib32_libwmcodecdspuuid_a-wmcodecdspuuid.Po
mv -f libsrc/.deps/lib32_libsensorsapi_a-sensorsapi.Tpo
libsrc/.deps/lib32_libsensorsapi_a-sensorsapi.Po
mv -f libsrc/.deps/lib32_libwindowscodecs_a-windowscodecs.Tpo
libsrc/.deps/lib32_libwindowscodecs_a-windowscodecs.Po
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:68:21:
error: static declaration of 'IN6_IS_ADDR_UNSPECIFIED' follows non-static
declaration
68 | WS2TCPIP_INLINE int IN6_IS_ADDR_UNSPECIFIED(const struct in6_addr *a) {
return ((a->s6_words[0]==0) && (a->s6_words[1]==0) && (a->s6_words[2]==0) &&
(a->s6_words[3]==0) && (a->s6_words[4]==0) && (a->s6_words[5]==0) &&
(a->s6_words[6]==0) && (a->s6_words[7]==0)); }
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:49:5:
note: previous declaration of 'IN6_IS_ADDR_UNSPECIFIED' with type 'int(const
struct in6_addr *)'
49 | int IN6_IS_ADDR_UNSPECIFIED(const struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:69:21:
error: static declaration of 'IN6_IS_ADDR_LOOPBACK' follows non-static
declaration
69 | WS2TCPIP_INLINE int IN6_IS_ADDR_LOOPBACK(const struct in6_addr *a) {
return ((a->s6_words[0]==0) && (a->s6_words[1]==0) && (a->s6_words[2]==0) &&
(a->s6_words[3]==0) && (a->s6_words[4]==0) && (a->s6_words[5]==0) &&
(a->s6_words[6]==0) && (a->s6_words[7]==0x0100)); }
| ^~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:50:5:
note: previous declaration of 'IN6_IS_ADDR_LOOPBACK' with type 'int(const
struct in6_addr *)'
50 | int IN6_IS_ADDR_LOOPBACK(const struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:70:21:
error: static declaration of 'IN6_IS_ADDR_MULTICAST' follows non-static
declaration
70 | WS2TCPIP_INLINE int IN6_IS_ADDR_MULTICAST(const struct in6_addr *a) {
return (a->s6_bytes[0]==0xff); }
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:51:5:
note: previous declaration of 'IN6_IS_ADDR_MULTICAST' with type 'int(const
struct in6_addr *)'
51 | int IN6_IS_ADDR_MULTICAST(const struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:71:21:
error: static declaration of 'IN6_IS_ADDR_LINKLOCAL' follows non-static
declaration
71 | WS2TCPIP_INLINE int IN6_IS_ADDR_LINKLOCAL(const struct in6_addr *a) {
return ((a->s6_bytes[0]==0xfe) && ((a->s6_bytes[1] & 0xc0)==0x80)); }
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:52:5:
note: previous declaration of 'IN6_IS_ADDR_LINKLOCAL' with type 'int(const
struct in6_addr *)'
52 | int IN6_IS_ADDR_LINKLOCAL(const struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:72:21:
error: static declaration of 'IN6_IS_ADDR_SITELOCAL' follows non-static
declaration
72 | WS2TCPIP_INLINE int IN6_IS_ADDR_SITELOCAL(const struct in6_addr *a) {
return ((a->s6_bytes[0]==0xfe) && ((a->s6_bytes[1] & 0xc0)==0xc0)); }
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:53:5:
note: previous declaration of 'IN6_IS_ADDR_SITELOCAL' with type 'int(const
struct in6_addr *)'
53 | int IN6_IS_ADDR_SITELOCAL(const struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:73:21:
error: static declaration of 'IN6_IS_ADDR_V4MAPPED' follows non-static
declaration
73 | WS2TCPIP_INLINE int IN6_IS_ADDR_V4MAPPED(const struct in6_addr *a) {
return ((a->s6_words[0]==0) && (a->s6_words[1]==0) && (a->s6_words[2]==0) &&
(a->s6_words[3]==0) && (a->s6_words[4]==0) && (a->s6_words[5]==0xffff)); }
| ^~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:54:5:
note: previous declaration of 'IN6_IS_ADDR_V4MAPPED' with type 'int(const
struct in6_addr *)'
54 | int IN6_IS_ADDR_V4MAPPED(const struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:74:21:
error: static declaration of 'IN6_IS_ADDR_V4COMPAT' follows non-static
declaration
74 | WS2TCPIP_INLINE int IN6_IS_ADDR_V4COMPAT(const struct in6_addr *a) {
return ((a->s6_words[0]==0) && (a->s6_words[1]==0) && (a->s6_words[2]==0) &&
(a->s6_words[3]==0) && (a->s6_words[4]==0) && (a->s6_words[5]==0) &&
!((a->s6_words[6]==0) && (a->s6_addr[14]==0) && ((a->s6_addr[15]==0) ||
(a->s6_addr[15]==1)))); }
| ^~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:55:5:
note: previous declaration of 'IN6_IS_ADDR_V4COMPAT' with type 'int(const
struct in6_addr *)'
55 | int IN6_IS_ADDR_V4COMPAT(const struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:75:21:
error: static declaration of 'IN6_IS_ADDR_MC_NODELOCAL' follows non-static
declaration
75 | WS2TCPIP_INLINE int IN6_IS_ADDR_MC_NODELOCAL(const struct in6_addr *a)
{ return IN6_IS_ADDR_MULTICAST(a) && ((a->s6_bytes[1] & 0xf)==1); }
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:56:5:
note: previous declaration of 'IN6_IS_ADDR_MC_NODELOCAL' with type 'int(const
struct in6_addr *)'
56 | int IN6_IS_ADDR_MC_NODELOCAL(const struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:76:21:
error: static declaration of 'IN6_IS_ADDR_MC_LINKLOCAL' follows non-static
declaration
76 | WS2TCPIP_INLINE int IN6_IS_ADDR_MC_LINKLOCAL(const struct in6_addr *a)
{ return IN6_IS_ADDR_MULTICAST(a) && ((a->s6_bytes[1] & 0xf)==2); }
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:57:5:
note: previous declaration of 'IN6_IS_ADDR_MC_LINKLOCAL' with type 'int(const
struct in6_addr *)'
57 | int IN6_IS_ADDR_MC_LINKLOCAL(const struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:77:21:
error: static declaration of 'IN6_IS_ADDR_MC_SITELOCAL' follows non-static
declaration
77 | WS2TCPIP_INLINE int IN6_IS_ADDR_MC_SITELOCAL(const struct in6_addr *a)
{ return IN6_IS_ADDR_MULTICAST(a) && ((a->s6_bytes[1] & 0xf)==5); }
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:58:5:
note: previous declaration of 'IN6_IS_ADDR_MC_SITELOCAL' with type 'int(const
struct in6_addr *)'
58 | int IN6_IS_ADDR_MC_SITELOCAL(const struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:78:21:
error: static declaration of 'IN6_IS_ADDR_MC_ORGLOCAL' follows non-static
declaration
78 | WS2TCPIP_INLINE int IN6_IS_ADDR_MC_ORGLOCAL(const struct in6_addr *a) {
return IN6_IS_ADDR_MULTICAST(a) && ((a->s6_bytes[1] & 0xf)==8); }
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:59:5:
note: previous declaration of 'IN6_IS_ADDR_MC_ORGLOCAL' with type 'int(const
struct in6_addr *)'
59 | int IN6_IS_ADDR_MC_ORGLOCAL(const struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:79:21:
error: static declaration of 'IN6_IS_ADDR_MC_GLOBAL' follows non-static
declaration
79 | WS2TCPIP_INLINE int IN6_IS_ADDR_MC_GLOBAL(const struct in6_addr *a) {
return IN6_IS_ADDR_MULTICAST(a) && ((a->s6_bytes[1] & 0xf)==0xe); }
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:60:5:
note: previous declaration of 'IN6_IS_ADDR_MC_GLOBAL' with type 'int(const
struct in6_addr *)'
60 | int IN6_IS_ADDR_MC_GLOBAL(const struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:80:21:
error: static declaration of 'IN6ADDR_ISANY' follows non-static declaration
80 | WS2TCPIP_INLINE int IN6ADDR_ISANY(const struct sockaddr_in6 *a) {
return ((a->sin6_family==AF_INET6) && IN6_IS_ADDR_UNSPECIFIED(&a->sin6_addr)); }
| ^~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:61:5:
note: previous declaration of 'IN6ADDR_ISANY' with type 'int(const struct
sockaddr_in6 *)'
61 | int IN6ADDR_ISANY(const struct sockaddr_in6 *);
| ^~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:81:21:
error: static declaration of 'IN6ADDR_ISLOOPBACK' follows non-static
declaration
81 | WS2TCPIP_INLINE int IN6ADDR_ISLOOPBACK(const struct sockaddr_in6 *a) {
return ((a->sin6_family==AF_INET6) && IN6_IS_ADDR_LOOPBACK(&a->sin6_addr)); }
| ^~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:62:5:
note: previous declaration of 'IN6ADDR_ISLOOPBACK' with type 'int(const struct
sockaddr_in6 *)'
62 | int IN6ADDR_ISLOOPBACK(const struct sockaddr_in6 *);
| ^~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:82:22:
error: static declaration of 'IN6_SET_ADDR_UNSPECIFIED' follows non-static
declaration
82 | WS2TCPIP_INLINE void IN6_SET_ADDR_UNSPECIFIED(struct in6_addr *a) {
memset(a->s6_bytes,0,sizeof(struct in6_addr)); }
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:63:6:
note: previous declaration of 'IN6_SET_ADDR_UNSPECIFIED' with type
'void(struct in6_addr *)'
63 | void IN6_SET_ADDR_UNSPECIFIED(struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:83:22:
error: static declaration of 'IN6_SET_ADDR_LOOPBACK' follows non-static
declaration
83 | WS2TCPIP_INLINE void IN6_SET_ADDR_LOOPBACK(struct in6_addr *a) {
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:64:6:
note: previous declaration of 'IN6_SET_ADDR_LOOPBACK' with type 'void(struct
in6_addr *)'
64 | void IN6_SET_ADDR_LOOPBACK(struct in6_addr *);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:87:22:
error: static declaration of 'IN6ADDR_SETANY' follows non-static declaration
87 | WS2TCPIP_INLINE void IN6ADDR_SETANY(struct sockaddr_in6 *a) {
| ^~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:65:6:
note: previous declaration of 'IN6ADDR_SETANY' with type 'void(struct
sockaddr_in6 *)'
65 | void IN6ADDR_SETANY(struct sockaddr_in6 *);
| ^~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:94:22:
error: static declaration of 'IN6ADDR_SETLOOPBACK' follows non-static
declaration
94 | WS2TCPIP_INLINE void IN6ADDR_SETLOOPBACK(struct sockaddr_in6 *a) {
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../../../mingw-w64/mingw-w64-crt/libsrc/ws2_32.c:2:
/home/cqwrteur/cross/x86_64-w64-mingw32/x86_64-w64-mingw32/include/ws2tcpip.h:66:6:
note: previous declaration of 'IN6ADDR_SETLOOPBACK' with type 'void(struct
sockaddr_in6 *)'
66 | void IN6ADDR_SETLOOPBACK(struct sockaddr_in6 *);
| ^~~~~~~~~~~~~~~~~~~
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public