X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: ZILE 2.3.7 (very hard to build, needs weird hacks just to compile) Date: Sat, 11 Jul 2009 15:53:30 -0700 (PDT) Organization: http://groups.google.com Lines: 16 Message-ID: <807a4a2c-8d2e-4231-b504-c822c9dba176@k20g2000vbp.googlegroups.com> References: <70ca0c3b-f777-47b2-80c8-ee6dccf249eb AT t21g2000yqi DOT googlegroups DOT com> <3404e585-bd5f-47b9-8663-2070bd9d6651 AT b15g2000yqd DOT googlegroups DOT com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1247352811 24501 127.0.0.1 (11 Jul 2009 22:53:31 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 11 Jul 2009 22:53:31 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: k20g2000vbp.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.33 Safari/530.5,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, On Jul 11, 2:54=A0am, Rugxulo wrote: > > > I actually also got 2.03p2 to build with a few hacks (no fchown() and l= acking EINVAL or similar I > > think), but I'd have to dig in again to make a true list of changes. Well, Gnulib has fchown-stub.c for DJGPP 2.03, but it isn't used here. Honestly, I'm not sure of a good way to pull it in without directly hacking the makefile (which I don't want to do). Basically, for 2.03p2, modify the above instructions I mentioned: add "-DEILSEQ=3D41" to CFLAGS and "echo #define fchown(a,b,c) >>config.h" before running make, and it will build okay. Not perfect, I guess, but whatever, good enough for now.