Issue status update for
http://smalltalk.gnu.org/node/414Post a follow up:
http://smalltalk.gnu.org/project/comments/add/414 Project: GNU Smalltalk
Version: <none>
Component: Build
Category: bug reports
Priority: normal
Assigned to: Unassigned
Reported by: timmenzies
Updated by: timmenzies
Status: active
* here's the error
* after ./configure-ing
make
* [snip]
sockets.c: In function `afInet6':
sockets.c:175: error: `AF_INET6' undeclared (first use in this
function)
sockets.c:175: error: (Each undeclared identifier is reported only once
sockets.c:175: error: for each function it appears in.)
sockets.c: In function `pfInet6':
sockets.c:179: error: `PF_INET6' undeclared (first use in this
function)
sockets.c: In function `ipprotoIcmpv6':
sockets.c:190: error: `IPPROTO_ICMPV6' undeclared (first use in this
function)
sockets.c: In function `fix_sockaddr':
sockets.c:291: warning: unused variable `verify'
sockets.c: In function `getSoError':
sockets.c:432: warning: implicit declaration of function
`WSAGetLastError'
sockets.c: In function `_gst_init_sockets':
sockets.c:454: error: `WSADATA' undeclared (first use in this function)
sockets.c:454: error: parse error before "wsaData"
sockets.c:456: warning: implicit declaration of function `WSAStartup'
sockets.c:456: warning: implicit declaration of function `MAKEWORD'
sockets.c:456: error: `wsaData' undeclared (first use in this function)
make[3]: *** [sockets.lo] Error 1
make[3]: Leaving directory `/home/timm/pkg/smalltalk/libgst'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/timm/pkg/smalltalk/libgst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/timm/pkg/smalltalk'
make: *** [all] Error 2
thanks!
t
_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk