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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.42.141 with SMTP id s13mr2337648qae.3.1372215062479; Tue, 25 Jun 2013 19:51:02 -0700 (PDT) X-Received: by 10.50.13.105 with SMTP id g9mr895120igc.9.1372215062443; Tue, 25 Jun 2013 19:51:02 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!j2no2658850qak.0!news-out.google.com!fv2ni168qab.0!nntp.google.com!j2no2658849qak.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 25 Jun 2013 19:51:02 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.20.190.126; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.20.190.126 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0e48282e-853f-4d9b-b7dc-8784caf5bfbd@googlegroups.com> Subject: OpenToken and GNAT 2013 From: Shark8 Injection-Date: Wed, 26 Jun 2013 02:51:02 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Original-Bytes: 1960 Xref: number.nntp.dca.giganews.com comp.lang.ada:182088 Date: 2013-06-25T19:51:02-07:00 List-Id: So, I'm trying to get OpenToken compiling on my Windows machine and have en= countered something of an error; in the file Debug_Parser.adb (under the Te= st sub-directory) has context-clauses referring to Verify_Aggregate.Parser.= .. which doesn't seem to exist; the text is short so I'll include it in cas= e the maintainer sees. with Verify_Aggregate.Parser; use Verify_Aggregate.Parser; procedure Debug_Parser is begin Dump_Grammar; Dump_Parse_Table; Set_Trace (True); Execute_Command ("set (2 =3D>;"); end Debug_Parser; ----------------------------------------------------------------- ----------------------------------------------------------------- Also, maintainer, note: with AUnit.Test_Cases.Registration; needs to be changed to=20 with AUnit.Test_Cases; because the version of AUnit now bundled with GNAT was changed so that Regi= stration is a nested package.