> When compiling 3.0c, it gives this error: > > http://img135.imageshack.us/my.php?image=hatagst2gl1.jpg
And here is the patch for it: diff --git a/lib-src/socketx.h b/lib-src/socketx.h index 419142a..ef2a59a 100644 --- a/lib-src/socketx.h +++ b/lib-src/socketx.h @@ -72,6 +72,7 @@ #define ENETRESET WSAENETRESET typedef int nfds_t; +typedef int socklen_t; /* re-define FD_ISSET to avoid a WSA call while we are not using * network sockets */ _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
