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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?B?QmrDtnJuIEx1bmRpbg==?= Newsgroups: comp.lang.ada Subject: Re: Validating XML using Ada schema module Date: Thu, 14 May 2015 17:56:19 +0200 Organization: A noiseless patient Spider Message-ID: 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> <46186743-ea98-4a7c-973e-92aa716b7605@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 14 May 2015 15:54:33 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="837c8741ab2958f631a31f1d42004930"; logging-data="1978"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+JKlAMV3GmI1g2APUGHO6Q" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0 In-Reply-To: <46186743-ea98-4a7c-973e-92aa716b7605@googlegroups.com> Cancel-Lock: sha1:XbK3YF/m7ItDpjPkQ2xWu3aEiCc= Xref: news.eternal-september.org comp.lang.ada:25880 Date: 2015-05-14T17:56:19+02:00 List-Id: On 2015-05-14 17:06, Sonia Dalal wrote: > 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örn 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örn 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. >>>> >>> >>> using that command and gnat gpl 2014 x64 >>> work fine here. >>> >>> I do have a gnat fsf 4.9, but I do not have a gnat fsf 4.6 anymore. >>> >>> I'd try to install gnat gpl 2014 if it is possible. >>> >>> >>> >>> >>> -- >>> -- >>> Björn >> >> 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 aptitude remove gnat gnat4.6. And due to this I cannot install gnat4.9 as it is conflicting with earlier version. How do I remove gnat4.6 so as to install 4.9? > Note that I did not write that I got it to work with 4.9. It should of course. It seem like you have os-trouble. sudo apt-get remove gnat sudo apt-get install gnat-4.9 Should have done it, I think. Another way is to install gnat gpl, and put it first in your path. it is not a apt install, but a shell script, putting the compiler in a directory of your choise. Easy to remove if you want to. -- Björn