X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sat, 14 Mar 2009 23:11:44 +0100 From: Gautier User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.18) Gecko/20081031 SeaMonkey/1.1.13 MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp 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> In-Reply-To: <88d5943a-79c7-4983-ac64-7c278ce778ab@h20g2000yqn.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 85.1.195.223 X-Original-NNTP-Posting-Host: 85.1.195.223 Message-ID: <49bc2b9f$1_3@news.bluewin.ch> X-Trace: news.bluewin.ch 1237068703 85.1.195.223 (14 Mar 2009 23:11:43 +0100) Organization: Bluewin AG Lines: 16 Complaints-To: abuse AT bluewin DOT ch X-Original-NNTP-Posting-Host: 127.0.0.1 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >> 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 _________________________________________________________ Gautier's Ada programming -- http://sf.net/users/gdemont/ NB: For a direct answer, e-mail address on the Web site!