X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.lang.misc,comp.os.msdos.djgpp Subject: Re: ANN: Seed7 Release 2011-11-11 Date: Mon, 21 Nov 2011 06:15:59 -0800 (PST) Organization: http://groups.google.com Lines: 51 Message-ID: References: <7037d719-14a3-4e62-8ebc-0fdbdbdf1db1 AT r9g2000vbw DOT googlegroups DOT com> <7LqdnYyCWN_TE1jTnZ2dnUVZ_v2dnZ2d AT earthlink DOT com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1321884959 3926 127.0.0.1 (21 Nov 2011 14:15:59 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 21 Nov 2011 14:15:59 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: v5g2000yqn.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKRAUELSC X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.630.0 Safari/534.16,gzip(gfe) Bytes: 3497 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id pALEU1sQ030387 Reply-To: djgpp AT delorie DOT com Hi again, On Nov 18, 12:10 am, Rugxulo wrote: > > On Nov 17, 4:44 pm, "Charles Sandmann" wrote: > > > >"Rugxulo" wrote in message > > >news:a9b37d4c-a83d-4d88-be23-174d4fe9072a AT k10g2000yqn DOT googlegroups DOT com... > > > It mostly (but not fully) seems to work. I can't remember why DJGPP > > > will sometimes say "No swap space!" > > > That message is from CWSDPMI.  It shouldn't appear, but adding > > more memory or disk space should make it go away. > > I don't know what Seed7 was trying to do exactly, but I'm 99% sure it > wasn't lack of RAM (as I had oodles). Now, disk space, maybe, because > I was (at the time) running all atop a [EDIT:] 150 MB RAM disk, including the > (temporary) DJGPP install. But who knows, maybe he was intentionally > trying to malloc a lot of space. (Well, I haven't messed with it > again, and he never commented back, so I haven't worried too much > about it.) Okay, I tried again. Still put a temporary install in moderate RAM disk, but this time I compiled from atop a big hard drive, so it should have had plenty of space. However, I still get the error. This is with r7, of course. I even tried "cwsdpmi -p -s-" in case for some odd reason that would help. It didn't. My only other attempt was to load "hdpmi32 -r", and then it worked fine (go figure). I don't know and didn't check what "chkbig" or "chkset" are doing, but those two tests are still failing (only) with CWSDPMI. P.S. Here's an ugly sed script to more easily modify the pre-included (broken?) DJGPP makefile to work properly. (Still ain't heard anything from tm, oh well.) #n s/\/\*.*\*\/// s/\"/\\"/g s/\x27/\\&/g />$/{ s/>// s/=/= redir -o cc_vers.txt/ } w makefile.dj # use "HDPMI32 -r" for "hi chk_all" else chkbig and chkset will fail P.P.S. Happy (early) Thanksgiving! CWS, obviously (?) feel free to ignore this in favor of more important things, though indeed I find it curious.