comp.lang.ada
 help / color / mirror / Atom feed
* OpenToken and GNAT 2013
@ 2013-06-26  2:51 Shark8
  2013-06-27 10:39 ` Stephen Leake
  0 siblings, 1 reply; 3+ messages in thread
From: Shark8 @ 2013-06-26  2:51 UTC (permalink / raw)


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... which doesn't seem to exist; the text is short so I'll include it in case 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 =>;");
end Debug_Parser;

-----------------------------------------------------------------
-----------------------------------------------------------------

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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-06-27 22:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-26  2:51 OpenToken and GNAT 2013 Shark8
2013-06-27 10:39 ` Stephen Leake
2013-06-27 22:53   ` Shark8

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox