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.52.138.177 with SMTP id qr17mr6203794vdb.7.1431613278860; Thu, 14 May 2015 07:21:18 -0700 (PDT) X-Received: by 10.50.30.197 with SMTP id u5mr413610igh.5.1431613278805; Thu, 14 May 2015 07:21:18 -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!z60no190060qgd.0!news-out.google.com!kd3ni17126igb.0!nntp.google.com!j8no661456igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 14 May 2015 07:21:18 -0700 (PDT) In-Reply-To: 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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3966172a-14eb-4055-93b4-83746caf7533@googlegroups.com> Subject: Re: Validating XML using Ada schema module From: Sonia Dalal Injection-Date: Thu, 14 May 2015 14:21:18 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:25878 Date: 2015-05-14T07:21:18-07:00 List-Id: 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 wrote= : > > 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 I will try to install gnat fsf 4.9 and retry