X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: ANN: Seed7 Release 2011-12-04 Followup-To: comp.os.msdos.djgpp Date: Tue, 6 Dec 2011 13:28:11 -0800 (PST) Organization: http://groups.google.com Lines: 43 Message-ID: <9183dc2d-2e41-4dc2-89e1-fa514074c735@a17g2000yqj.googlegroups.com> References: NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1323206891 5375 127.0.0.1 (6 Dec 2011 21:28:11 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 6 Dec 2011 21:28:11 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: a17g2000yqj.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: 2783 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 pB6Lj2wd007121 Reply-To: djgpp AT delorie DOT com Hi, Just FYI, this one compiles to same features but with better makefile (though why you kept the old one is beyond me, but I admit I didn't test the new one on WinXP yet). \djgpp\gcc.bat (setup) doslfn cd\tmp djtar -x \zips\proglang\seed7\seed7_05_20111204.tgz cd seed7\src update mk_djgpp.mak makefile sh -c "make depend && make" cd ..\prg hdpmi32 -r (though old, slimmer GCC 4.2.3 has no memory woes with r7) hi chk_all | tee blah.txt I would have to rebuild it (yet again) with a clean setup to 100% prove it to myself, but I'm fairly certain all you need is DJDEV204, GCC462B, BNU2211B, MAK381B, FIL41B, TXT20B, SHL2011B. Heck, I once tried without LFNs enabled, and I think it still worked. I think only a very few (irrelevant, stdfont* ??) files are ignored then, but they don't build for DJGPP anyways. I still need to look things over a bit, but that's more to fill in my gaps than yours. ;-) Overall it seems to work fairly well. ---------- Forwarded message ---------- From: tm Date: Dec 4, 1:07 pm Subject: ANN: Seed7 Release 2011-12-04 To: comp.lang.misc, comp.programming I have released a new version of Seed7: seed7_05_20111204.tgz Seed7 is covered by the GPL (and LGPL for the Seed7 runtime library). Changelog: - The makefile "mk_djgpp.mak" was improved to work for DJGPP under   DOS - The old makefile "mk_djgpp.mak" was renamed to "mk_djgp2.mak". Seed7 Homepage: http://seed7.sourceforge.net