From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4c019ad9cc913bbe X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-19 13:05:11 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: Brian.Gaffney@myrealbox.com (Brian Gaffney) Newsgroups: comp.lang.ada Subject: Re: The Dreaded "Missing Subunits" Date: 19 Sep 2002 13:05:11 -0700 Organization: http://groups.google.com/ Message-ID: <5e9b8c34.0209191205.745a7046@posting.google.com> References: <1b585154.0209121449.ef12609@posting.google.com> <1b585154.0209160928.1381657a@posting.google.com> NNTP-Posting-Host: 137.244.215.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1032465911 647 127.0.0.1 (19 Sep 2002 20:05:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 19 Sep 2002 20:05:11 GMT Xref: archiver1.google.com comp.lang.ada:29195 Date: 2002-09-19T20:05:11+00:00 List-Id: prichtmyer@yahoo.com (Peter Richtmyer) wrote in message news:<1b585154.0209160928.1381657a@posting.google.com>... ... > I (the original poster) am using Gnat 3.14P on Win2K and AdaGIDE. > > When I build your little sample above, I get the same (helpful) error > message. > > It seems to have something to do with the fact that we are not using the > .ads and .adb extensions. We do use the Source_File_Name pragmas. > Is there some reason you need to keep the original naming scheme? If not, you could do something like (I'm not sure it would run this way, but you get the idea): gnatchop *.ada GNAT_Files This will create a new set of files in directory GNAT_Files (or whatever) that all use the GNAT naming scheme.