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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4213f82dc2b3141b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-21 04:25:39 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!nntp-relay.ihug.net!ihug.co.nz!west.cox.net!cox.net!newsfeed1.earthlink.net!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread1.prod.itd.earthlink.net.POSTED!not-for-mail Message-ID: <3D6379C0.C883AA21@earthlink.net> From: "Marc A. Criley" Organization: Quadrus Corporation X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.14-5.0 i686) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: gnat - asis inconsistency References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 21 Aug 2002 11:25:07 GMT NNTP-Posting-Host: 63.191.64.160 X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.prod.itd.earthlink.net 1029929107 63.191.64.160 (Wed, 21 Aug 2002 04:25:07 PDT) NNTP-Posting-Date: Wed, 21 Aug 2002 04:25:07 PDT Xref: archiver1.google.com comp.lang.ada:28280 Date: 2002-08-21T11:25:07+00:00 List-Id: gregmatu@poczta.onet.pl wrote: > > Hi, > I have problem with gnat and asis. > I instlled winNT version of GNAT 3.14p (20010503) and ASIS version 2.0.R for GNAT 3.14p (20010503). > When I try to check if ASIS is properly installed (following advices in readme file in asis distribution) with assist tool then I received message( at open(lib) step ): command issued in assist) that unhandled exception is raised PPROGRAM_Error due to inconsisten versions of GNAT and ASIS. > But versions and builds for are the same for both (as shown at beginning of the message). > Do anybody can help me!??, please. There is a bug in the GNAT ASIS 3.14p distribution, here's a posting on how to fix it from earlier this year: (http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&selm=MPG.16d71218cdecbda8989684%40news.ip-plus.net) --------------------------------------------------------------------- From: Thomas Wolf (t_wolf@angelfire.com) Subject: Re: GNAT 3.14.p / ASIS Problems Newsgroups: comp.lang.ada Date: 2002-02-15 03:40:34 PST Volkert.Barr@freenet.de wrote: > i just installed the latest public gnat (3.14p) > and asis versions on a win 2000 box. When i try to > use asis i always get an "inconsistant GNAT/ASIS versions" > exception. mmmmhhh! > There's a bug (which I have already reported to ACT) in this ASIS version. You can correct that yourself: Open the file gnat\gnatvsn.ads in the ASIS-for-GNAT 3.14p distribution in your favorite text editor and insert a space in the Gnat_Version_String after the "3.14p" so that the whole line reads Gnat_Version_String : constant String := "3.14p (20010503)"; (with *two* spaces in the string literal.) Then re-install ASIS-for-GNAT. -- ----------------------------------------------------------------- Thomas Wolf e-mail: t_wolf@angelfire.com