On Mar 17, 6:35 am, "Ed Falis" <fa...@[EMAIL PROTECTED]
> wrote:
> Peter,
>
> You're both an AdaCore regular customer and a GAP member, so should use
> AdaCore's sup****t services. I'll send you a private email. For
everyone
> else, if we find a packaging problem, we will correct it on the Libre
site.
>
> - Ed
Hi,
I received a lot of pointers from this thread and should be able to
move ahead now. Thank you all.
My confusion was started by the example that was installed with aunit:
/usr/gnat/share/examples/aunit
Using a copy of this as a base, I ran into compilation errors which
made me feel if this is not consistent with the distribution, I might
need additional help. After copying /usr/gnat/share/examples/aunit/*
and /usr/gnat/lib/gnat/aunit.gpr, updating sample.gpr and aunit.gpr
to use paths based on /usr/gnat, I got
$ gnatmake -Psample.gpr
gcc -c -g -gnatQ -gnatf -g -I- -gnatA /home/mrohan/aunit/harness.adb
aunit.ads:6:04: unmatched actual "Max_Failure_Message_Size"
aunit.ads:6:04: in instantiation of "Framework" declared at
aunit_framework-framework.ads:51
pr_xxxx_xxx.ads:3:09: type must be declared abstract or "NAME"
overridden
pr_xxxx_xxx.ads:3:09: "NAME" has been inherited at line 3
pr_xxxx_xxx.ads:3:09: "NAME" has been inherited from subprogram at
aunit_framework-tests-test_cases.ads:52, instance at aunit_framework-
framework.ads:69, instance at aunit.ads:3
pr_xxxx_xxx.ads:11:53: "Test_String" not declared in "Test_Results"
gnatmake: "/home/mrohan/aunit/harness.adb" compilation error
Take care,
Michael.


|