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 Path: border1.nntp.ams.giganews.com!nntp.giganews.com!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!69.16.177.246.MISMATCH!cyclone03.ams2.highwinds-media.com!voer-me.highwinds-media.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: OpenToken and GNAT 2013 References: <0e48282e-853f-4d9b-b7dc-8784caf5bfbd@googlegroups.com> Date: Thu, 27 Jun 2013 06:39:13 -0400 Message-ID: <85sj03vnvy.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt) Cancel-Lock: sha1:LX1KBWHarbkroGOlErlvS8Gm6ac= MIME-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 3aac551cc1656e25452d812962 X-Received-Bytes: 1738 Xref: number.nntp.dca.giganews.com comp.lang.ada:182110 Date: 2013-06-27T06:39:13-04:00 List-Id: Shark8 writes: > So, I'm trying to get OpenToken compiling on my Windows machine and > have encountered something of an error; in the file Debug_Parser.adb > (under the Test sub-directory) has context-clauses referring to > Verify_Aggregate.Parser... Debug_Parser is a random debug tool; I edit it to do whatever I need at the time. You can just delete it. > Also, maintainer, note: > > with AUnit.Test_Cases.Registration; > needs to be changed to > with AUnit.Test_Cases; > because the version of AUnit now bundled with GNAT was changed so that > Registration is a nested package. Ok, thanks. I haven't compiled with GNAT 2013 yet. Note that there is a new branch that fixes many bugs related to empty productions. It's available at http://stephe-leake.org/emacs/ada-mode/emacs-ada-mode.html I'll be updating the main release later this summer, after I'm sure I've got the Ada grammar complete. -- -- Stephe