help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Help-smalltalk] GNU Smalltalk 2.0l released (Development branch)


From: Brent Fulgham
Subject: RE: [Help-smalltalk] GNU Smalltalk 2.0l released (Development branch)
Date: Mon, 17 Mar 2003 15:12:39 -0800

> The changes in this release are as follows:
> This is a bugfix release which is very close to the upcoming stable
> release 2.1. Bugs have been fixed, especially in the graphical user
> interface (which now works under Cygwin) and in the FTP and HTTP
> clients. A port to Mingw32 was started, and is included, even if it
> is still incomplete. 
> 

It's closer.  This small patch will get the thing to build:

diff -warc3N smalltalk-2.0l/libgst/save.c smalltalk-2.0l.mingw/libgst/save.c
*** smalltalk-2.0l/libgst/save.c        Tue Mar  4 12:34:52 2003
--- smalltalk-2.0l.mingw/libgst/save.c  Mon Mar 17 14:52:43 2003
***************
*** 42,48 ****
--- 42,52 ----
  #endif
  
  #if HAVE_INET_SOCKETS
+ # ifdef __MSVCRT__
+ #  include <winsock2.h>                 /* for ntohl */
+ # else
  #  include <netinet/in.h>             /* for ntohl */
+ # endif
  #endif
  
  #if STDC_HEADERS




reply via email to

[Prev in Thread] Current Thread [Next in Thread]