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-16 02:24:06 PST Path: archiver1.google.com!news1.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: 16 Feb 2002 02:24:05 -0800 Organization: http://groups.google.com/ Message-ID: <39ee2480.0202160224.50678e77@posting.google.com> References: NNTP-Posting-Host: 62.104.208.76 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1013855046 12781 127.0.0.1 (16 Feb 2002 10:24:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 16 Feb 2002 10:24:06 GMT Xref: archiver1.google.com comp.lang.ada:20075 Date: 2002-02-16T10:24:06+00:00 List-Id: > line reads > > Gnat_Version_String : constant String := "3.14p (20010503)"; > > (with *two* spaces in the string literal.) > > Then re-install ASIS-for-GNAT. i fixed it and compiled asis and it works. Thank you Thomas. But now i got several warnings dumped to screen, like ASIS warning: Asis-Ada_Environment.Open: body is not compiled for A4g.Atypes ASIS warning: Asis-Ada_Environment.Open: body is not compiled for Sinfo ASIS warning: Asis-Ada_Environment.Open: body is not compiled for Types ASIS warning: Asis-Ada_Environment.Open: body is not compiled for Uintp ASIS warning: Asis-Ada_Environment.Open: body is not compiled for Table ASIS warning: Asis-Ada_Environment.Open: body is not compiled for Unrealp ASIS warning: Asis-Ada_Environment.Open: body is not compiled for Asis.Implementation ... With asis for gnat 3.13p i had never such warnings! Volkert