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,45d90016af5f9792 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-05 06:50:32 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed.berkeley.edu!news-hog.berkeley.edu!ucberkeley!nntp-relay.ihug.net!ihug.co.nz!cox.net!news2.east.cox.net.POSTED!53ab2750!not-for-mail Message-ID: <3CFE1711.6010507@cox.net> From: "John M. Resler" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: ASIS for gnat References: <3CFD8F61.5080404@cox.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 05 Jun 2002 13:50:31 GMT NNTP-Posting-Host: 24.163.128.37 X-Complaints-To: abuse@cox.net X-Trace: news2.east.cox.net 1023285031 24.163.128.37 (Wed, 05 Jun 2002 09:50:31 EDT) NNTP-Posting-Date: Wed, 05 Jun 2002 09:50:31 EDT Organization: Cox Communications Xref: archiver1.google.com comp.lang.ada:25356 Date: 2002-06-05T13:50:31+00:00 List-Id: Thank you for the assistance! -John Thomas Wolf wrote: > John-Resler@cox.net wrote: > >>I am using Gnat 3.14p (20010503) for winnt and asis 2.0R (20010503) and >>receiving a PROGRAM_ERROR exception raised with a incompatible versions >>of ASIS and Gnat. >> > > Insert a space in the GNAT version string in file gnat/gnatvsn.ads > in the ASIS sources such that it reads > > Gnat_Version_String : constant String := "3.14p (20010503)"; > > (with *two* spaces after "3.14p"). > > Then reinstall ASIS from scratch. > >