X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <49BE991D.1060802@iki.fi> Date: Mon, 16 Mar 2009 20:23:25 +0200 From: Andris Pavenis User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: GdM's DOS 3d engine in Ada References: <49B805ED DOT 7060307 AT iki DOT fi> <49bad72f_7 AT news DOT bluewin DOT ch> <49BC0052 DOT 9020902 AT iki DOT fi> <88d5943a-79c7-4983-ac64-7c278ce778ab AT h20g2000yqn DOT googlegroups DOT com> <49bc2b9f$1_3 AT news DOT bluewin DOT ch> In-Reply-To: <49bc2b9f$1_3@news.bluewin.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Gautier wrote: >>> demos.adb:4:06: file "demo_3d_00.ads" not found >>> gnatmake: "demos.adb" compilation error > > Here you (Andris ?) had -gnatk8 missing. > Since the project is for DOS, the file names are "krunched" 8-letter > versions from the unit names. E.g. package "UnZip.Decompress.Huffman" > has the file name "undechuf.ads". Just this option was default in all > previous GNAT for DOS versions, and I had to make it explicit (cf. > rugxulo's upload of 018 version). I assume it is a normal behaviour, > unless there is still something to tune it when building the compiler... > Curiously, the tool that produces source files from a single text file > (gnatchop) has the -k8 as default on DJGPP 4.3.2. > Regards Well, it compiles under Vista with gcc-4.3.3, but I cannot run it neither in Vista (no full screen mode) neither in XP (hangs so that I have to reboot with power button) Perhaps something else, that does not require 3D graphics would be more apropriate for testing. We are NOT testing graphics, but port of Ada compiler. Andris