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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.141.77 with SMTP id rm13mr6655031pab.16.1431615998959; Thu, 14 May 2015 08:06:38 -0700 (PDT) X-Received: by 10.50.4.34 with SMTP id h2mr423932igh.7.1431615998887; Thu, 14 May 2015 08:06:38 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!h15no2302419igd.0!news-out.google.com!n7ni33588igk.0!nntp.google.com!h15no2302418igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 14 May 2015 08:06:38 -0700 (PDT) In-Reply-To: <3966172a-14eb-4055-93b4-83746caf7533@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=167.220.236.45; posting-account=l8G6hgoAAADjKtWjPGHyywkx7knGLmuP NNTP-Posting-Host: 167.220.236.45 References: <46ce5d86-b624-4a96-8f12-c28e3a3ffd9f@googlegroups.com> <0e129cca-7e01-4d76-8b71-29d493a53094@googlegroups.com> <9088be3e-e841-4a6a-9ec0-b70c5e8456ce@googlegroups.com> <3966172a-14eb-4055-93b4-83746caf7533@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <46186743-ea98-4a7c-973e-92aa716b7605@googlegroups.com> Subject: Re: Validating XML using Ada schema module From: Sonia Dalal Injection-Date: Thu, 14 May 2015 15:06:38 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:25879 Date: 2015-05-14T08:06:38-07:00 List-Id: On Thursday, May 14, 2015 at 7:51:19 PM UTC+5:30, Sonia Dalal wrote: > On Thursday, May 14, 2015 at 6:10:52 PM UTC+5:30, bj=F6rn lundin wrote: > > On 2015-05-14 08:00, Sonia Dalal wrote: > > > On Wednesday, May 13, 2015 at 2:01:43 AM UTC+5:30, bj=F6rn lundin wro= te: > > > It is function Dump_Dot_NFA at line 2166. > > > I am using gnatmake filename.adb `xmlada-config` for linking. > > > I don't have any gpr file. > > >=20 > >=20 > > using that command and gnat gpl 2014 x64 > > work fine here. > >=20 > > I do have a gnat fsf 4.9, but I do not have a gnat fsf 4.6 anymore. > >=20 > > I'd try to install gnat gpl 2014 if it is possible. > >=20 > >=20 > >=20 > >=20 > > --=20 > > -- > > Bj=F6rn >=20 > I will try to install gnat fsf 4.9 and retry I cannot uninstall gnat. I have tried sudo apt-get remove gnat and sudo apt= itude remove gnat gnat4.6. And due to this I cannot install gnat4.9 as it i= s conflicting with earlier version. How do I remove gnat4.6 so as to instal= l 4.9?