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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bdf7f4217c51ec2f,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-28 11:25:47 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: prichtmyer@yahoo.com (Peter Richtmyer) Newsgroups: comp.lang.ada Subject: Gnat's "Missing Subunits" Date: 28 Aug 2003 11:25:44 -0700 Organization: http://groups.google.com/ Message-ID: <1b585154.0308281025.28fd1e8a@posting.google.com> NNTP-Posting-Host: 164.223.72.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1062095147 29996 127.0.0.1 (28 Aug 2003 18:25:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 28 Aug 2003 18:25:47 GMT Xref: archiver1.google.com comp.lang.ada:41923 Date: 2003-08-28T18:25:47+00:00 List-Id: I am trying to compile a very old, large VAX Ada system using Gnat 3.15p (Win2000) on a PC, hoping to modify the old system enough to do a little debugging on the PC. Sometimes when compiling a large Generic Package body, I get no errors except "missing subunits". I have found no easy way to identify the problem(s). It seems like the problem is sometimes actually in a "with'd" package a couple levels deeper. Is anybody familiar with this, and have a way to find the problem(s) quickly? I wish it could tell me what "subunits" are missing. I have looked through the docs but found nothing on this subject. Thanks, Peter