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,4c019ad9cc913bbe,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-12 15:49:56 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: prichtmyer@yahoo.com (Peter Richtmyer) Newsgroups: comp.lang.ada Subject: The Dreaded "Missing Subunits" Date: 12 Sep 2002 15:49:56 -0700 Organization: http://groups.google.com/ Message-ID: <1b585154.0209121449.ef12609@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 1031870996 25685 127.0.0.1 (12 Sep 2002 22:49:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 12 Sep 2002 22:49:56 GMT Xref: archiver1.google.com comp.lang.ada:28888 Date: 2002-09-12T22:49:56+00:00 List-Id: I love the Gnat compiler but... I dread this error message: "No code generated for file xxxx.2.ada (missing subunits)" It means that I have a procedure or function declared "...is separate;" in package xxxx, but there is no matching separate. A "legacy" package has a gazillion separates. They need changes, and the calling parameters get changed and don't match, or the routine name changes, or the separate filename isn't right, or whatever happens to get this message, and it is a real pain to figure out which "subunit" is missing. Anybody have a solution? maybe a compile switch or ...? thanks, Peter (I know he isn't reading this but, Robert, I did try to read the docs!)