Xref: utzoo comp.lang.misc:2833 comp.lang.smalltalk:994 Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!lll-winken!uunet!mcvax!guido From: guido@cwi.nl (Guido van Rossum) Newsgroups: comp.lang.misc,comp.lang.smalltalk Subject: Re: Little Smalltalk Verion 3 Message-ID: <8029@boring.cwi.nl> Date: 13 Apr 89 12:45:15 GMT References: <9852@orstcs.CS.ORST.EDU> <1437@hub.ucsb.edu> <22841@agate.BERKELEY.EDU> <946@umn-d-ub.D.UMN.EDU> Sender: news@cwi.nl Reply-To: guido@cwi.nl (Guido van Rossum) Organization: The Royal Society for Prevention of Cruelty to Amoebae Lines: 36 In article <946@umn-d-ub.D.UMN.EDU> gandreas@ub.d.umn.edu.UUCP (Glenn Andreas) writes: >I have (after a few hours of fighting) gotten stdwin to compile (had to work >out some problems with duplicate symbols) and make a project for initial. >That compiles fine, but I have yet to get it to be able to make the initial >system image file. [detailed description of bugs found] Strange. I have brought it up on the Mac just fine; also with Think C 3.01, on a Mac+, 1Meg, unknown (but fairly recent) system file. The only difference is that I am using a later version of STDWIN than you got through ftp; the ftp version is for LSC 2.15 or even earlier. You could go check if there is a file "malloc.c" in the STDWIN project; throw it out, it is no longer needed in Think C 3.01. BTW, here's one bugfix to Mac STDWIN: In file stdwin.c, function wclose, replace this: if (win == active) active= NULL; by this: if (win == active) { rmlocalmenus(win); active= NULL; } This fixes an annoying bug that is triggered by closing browser windows. I'll try to find some time to prepare a new distribution version, test it, and install it on uunet (and maybe even on gatekeeper), but this will be at least another week. -- Guido van Rossum, Centre for Mathematics and Computer Science (CWI), Amsterdam guido@cwi.nl or mcvax!guido or guido%cwi.nl@uunet.uu.net "Repo man has all night, every night."