gst can't compile under cygwin (under windows xp home edition)
| Project: | GNU Smalltalk |
| Component: | Build |
| Category: | bug |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | fixed |
- 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
Updates
Fix committed to my repository, will move to savannah in a short while.
| Status: | active | » fixed |
Fix committed to my repository, will move to savannah in a short while.
