OpenToken uses Ada 2012 syntax. This requires GNAT GPL 2012 or later.
Download GNAT GPL 2012 from AdaCore GNAT Libre.
On Linux, I recommend installing to /opt/gnat/gpl-2012/. In addition, you will need to add:
export LIBRARY_PATH=/usr/lib/i386-linux-gnu/
The version of AUnit in Debian 5.0 is 1.03. OpenToken tests require the version distributed by AdaCore with GNAT 7.1.1 or GNAT GPL 2012.
AUnit can be built and used in place, or installed in the GNAT installation directory.
su export PATH=/opt/gnat/gpl-2012/bin:$PATH cd /opt/gnat/gpl-2012 tar zxf aunit-gpl-2012-src.tgz cd aunit-gpl-2012-src make all install BLD=debug
my home page
Author : Stephen Leake
Last modified: Thu Dec 13 02:02:41 EST 2012