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,1de103f2941baa99 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-19 10:42:32 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: volkert.barr@freenet.de (Volkert) Newsgroups: comp.lang.ada Subject: Re: GNAT 3.14.p / ASIS Problems Date: 19 Feb 2002 10:42:30 -0800 Organization: http://groups.google.com/ Message-ID: <39ee2480.0202191042.5dfaedac@posting.google.com> References: <39ee2480.0202160224.50678e77@posting.google.com> <39ee2480.0202172330.5d31ea66@posting.google.com> NNTP-Posting-Host: 62.104.208.70 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1014144151 22051 127.0.0.1 (19 Feb 2002 18:42:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 19 Feb 2002 18:42:31 GMT Xref: archiver1.google.com comp.lang.ada:20129 Date: 2002-02-19T18:42:31+00:00 List-Id: volkert.barr@freenet.de (Volkert) wrote in message news:<39ee2480.0202172330.5d31ea66@posting.google.com>... > > I don't get these warnings with gnat 3.14p, after fixing the version > > string. Try completely deleting everything asis, then re-unpack, > > patch the version string, and compile again. ... Oh, i see! All the Ada and Asis specific package bodies are not prepared for further inspection. There are no tree files generated for them, but they are withed ... yes, i think, that's what the warning is talking about. Thank you!