---
../../../hbsocket.c:179:1: warning: "socklen_t" redefined
In file included from /usr/include/sys/socket.h:15,
                 from ../../../hbsocket.c:167:
/usr/include/cygwin/socket.h:24:1: warning: this is the location of
the previous definition
../../../hbsocket.c: In function `hb_socketInit':
../../../hbsocket.c:698: error: `WSADATA' undeclared (first use in
this function)
../../../hbsocket.c:698: error: (Each undeclared identifier is
reported only once
../../../hbsocket.c:698: error: for each function it appears in.)
../../../hbsocket.c:698: error: parse error before "wsadata"
../../../hbsocket.c:699: warning: implicit declaration of function `WSAStartup'
../../../hbsocket.c:699: error: `wsadata' undeclared (first use in
this function)
../../../hbsocket.c: In function `hb_socketCleanup':
../../../hbsocket.c:713: warning: implicit declaration of function `WSACleanup'
../../../hbsocket.c: In function `hb_socketSelectRD':
../../../hbsocket.c:1195: warning: implicit declaration of function
`WSAGetLastError'
../../../hbsocket.c: In function `hb_socketInet6Addr':
../../../hbsocket.c:1425: error: storage size of 'sa' isn't known
../../../hbsocket.c:1429: error: `AF_INET6' undeclared (first use in
this function)
../../../hbsocket.c:1434: error: `in6addr_any' undeclared (first use
in this function)
../../../hbsocket.c:1434: error: invalid application of `sizeof' to
incomplete type `in6_addr'
../../../hbsocket.c:1425: warning: unused variable `sa'
../../../hbsocket.c: In function `hb_socketAddrGetName':
../../../hbsocket.c:1500: error: `AF_INET6' undeclared (first use in
this function)
../../../hbsocket.c:1501: error: invalid application of `sizeof' to
incomplete type `sockaddr_in6'
../../../hbsocket.c:1501: warning: comparison of unsigned expression
>= 0 is always true
../../../hbsocket.c:1506: error: `INET6_ADDRSTRLEN' undeclared (first
use in this function)
../../../hbsocket.c:1507: error: dereferencing pointer to incomplete type
../../../hbsocket.c:1506: warning: unused variable `buf'
../../../hbsocket.c: In function `hb_socketAddrGetPort':
../../../hbsocket.c:1558: error: `AF_INET6' undeclared (first use in
this function)
../../../hbsocket.c:1559: error: invalid application of `sizeof' to
incomplete type `sockaddr_in6'
../../../hbsocket.c:1559: warning: comparison of unsigned expression
>= 0 is always true
../../../hbsocket.c:1560: error: dereferencing pointer to incomplete type
../../../hbsocket.c:1560: error: dereferencing pointer to incomplete type
../../../hbsocket.c:1560: error: dereferencing pointer to incomplete type
../../../hbsocket.c:1560: error: dereferencing pointer to incomplete type
../../../hbsocket.c: In function `hb_socketAddrToItem':
../../../hbsocket.c:1654: error: `AF_INET6' undeclared (first use in
this function)
../../../hbsocket.c:1655: error: invalid application of `sizeof' to
incomplete type `sockaddr_in6'
../../../hbsocket.c:1655: warning: comparison of unsigned expression
>= 0 is always true
../../../hbsocket.c:1660: error: `INET6_ADDRSTRLEN' undeclared (first
use in this function)
../../../hbsocket.c:1661: error: dereferencing pointer to incomplete type
../../../hbsocket.c:1673: error: dereferencing pointer to incomplete type
../../../hbsocket.c:1673: error: dereferencing pointer to incomplete type
../../../hbsocket.c:1673: error: dereferencing pointer to incomplete type
../../../hbsocket.c:1673: error: dereferencing pointer to incomplete type
../../../hbsocket.c:1660: warning: unused variable `buf'
../../../hbsocket.c: In function `hb_socketClose':
../../../hbsocket.c:1900: warning: implicit declaration of function
`closesocket'
../../../hbsocket.c: In function `hb_socketShutdown':
../../../hbsocket.c:1926: error: `SD_RECEIVE' undeclared (first use in
this function)
../../../hbsocket.c:1928: error: `SD_SEND' undeclared (first use in
this function)
../../../hbsocket.c:1930: error: `SD_BOTH' undeclared (first use in
this function)
../../../hbsocket.c: In function `hb_socketSetBlockingIO':
../../../hbsocket.c:2239: warning: implicit declaration of function
`ioctlsocket'
../../../hbsocket.c: In function `hb_socketSetMulticast':
../../../hbsocket.c:2336: error: storage size of 'mreq' isn't known
../../../hbsocket.c:2337: error: `AF_INET6' undeclared (first use in
this function)
../../../hbsocket.c:2341: error: `IPPROTO_IPV6' undeclared (first use
in this function)
../../../hbsocket.c:2341: error: `IPV6_JOIN_GROUP' undeclared (first
use in this function)
../../../hbsocket.c:2336: warning: unused variable `mreq'
../../../hbsocket.c: In function `hb_socketResolveAddr':
../../../hbsocket.c:2552: error: storage size of 'hints' isn't known
../../../hbsocket.c:2558: warning: implicit declaration of function
`getaddrinfo'
../../../hbsocket.c:2560: error: dereferencing pointer to incomplete type
../../../hbsocket.c:2560: error: dereferencing pointer to incomplete type
../../../hbsocket.c:2561: warning: implicit declaration of function
`freeaddrinfo'
../../../hbsocket.c:2552: warning: unused variable `hints'
../../../hbsocket.c: In function `hb_socketGetHosts':
../../../hbsocket.c:2671: error: storage size of 'hints' isn't known
../../../hbsocket.c:2687: error: dereferencing pointer to incomplete type
../../../hbsocket.c:2696: error: dereferencing pointer to incomplete type
../../../hbsocket.c:2696: error: dereferencing pointer to incomplete type
../../../hbsocket.c:2715: error: dereferencing pointer to incomplete type
../../../hbsocket.c:2671: warning: unused variable `hints'
make[3]: *** [hbsocket.o] Error 1
---

Brgds,
Viktor
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to