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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,WEIRD_PORT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8dabd6d669ed7263 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!h11g2000prf.googlegroups.com!not-for-mail From: Michael Rohan Newsgroups: comp.lang.ada Subject: Re: Moving From AUnit V1 to V2 Date: Mon, 17 Mar 2008 12:24:26 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5a56eaed-c07d-4edb-aba6-a1c16e190371@h11g2000prf.googlegroups.com> References: <9f4fd5a5-9940-481d-850d-bdd24821781e@e25g2000prg.googlegroups.com> <47dd0124$0$11013$4d3efbfe@news.sover.net> <47ddb5fc$0$10985$4d3efbfe@news.sover.net> NNTP-Posting-Host: 148.87.1.167 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1205781866 29185 127.0.0.1 (17 Mar 2008 19:24:26 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 17 Mar 2008 19:24:26 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: h11g2000prf.googlegroups.com; posting-host=148.87.1.167; posting-account=iokpWwkAAAC4FdoU8cY5F_WfowBALHIE User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080208 Fedora/2.0.0.12-1.fc7 Firefox/2.0.0.12 pango-text,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20449 Date: 2008-03-17T12:24:26-07:00 List-Id: On Mar 17, 6:35 am, "Ed Falis" wrote: > Peter, > > You're both an AdaCore regular customer and a GAP member, so should use > AdaCore's support 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.