X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: GdM's DOS 3d engine in Ada Date: Sat, 14 Mar 2009 00:35:03 -0700 (PDT) Organization: http://groups.google.com Lines: 15 Message-ID: References: <49B805ED DOT 7060307 AT iki DOT fi> <49bad72f_7 AT news DOT bluewin DOT ch> 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 1237016103 32059 127.0.0.1 (14 Mar 2009 07:35:03 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 14 Mar 2009 07:35:03 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: y13g2000yqn.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; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7 (.NET CLR 3.5.30729),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 Mar 13, 4:59=A0pm, Gautier wrote: > > The compilation runs "out of the (dos) > box" :-). No need to know Ada, just start one of the "make*.bat". I ran into a small bit of trouble (red herring) when recompiling because I accidentally downloaded the /beta/ version of ada344b.zip, which doesn't work with djdev203.zip (missing _lstat() in libgnat.a). However, if I used /beta/djdev204.zip with /beta/ada344b.zip or / current/djdev203.zip with /current/ada344b.zip it worked fine. Also worked fine for DJGPP 2.04 beta and beta's Ada 4.3.2. Just FYI in case anyone else encounters a similar problem and panics.