anyone had any luck with compiling gst under xp home edition + cygwin? i'm stuck on the following error...
make .... 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 -- there are those who call me... (dr) timm (menzies)? morgantown (39.6n, -79w), usa assoc prof csee, wvu http://menzies.us 'Hydrogen is a light, odorless gas, which, given enough time, turns into people.' _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
