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.36.103.203 with SMTP id u194mr352559itc.0.1519331706903; Thu, 22 Feb 2018 12:35:06 -0800 (PST) X-Received: by 10.157.14.124 with SMTP id n57mr100960otd.3.1519331706821; Thu, 22 Feb 2018 12:35:06 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!w142no414861ita.0!news-out.google.com!10ni668ite.0!nntp.google.com!o66no414628ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 22 Feb 2018 12:35:06 -0800 (PST) In-Reply-To: <88d88b28-ff81-480d-b28b-2fbc9d6d8b17@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=149.32.224.39; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.39 References: <334c03aa-6f7d-4c8a-accc-ba103e084309@googlegroups.com> <41e9b350-d78f-4837-b22a-2247d00be63a@googlegroups.com> <29ef79b2-79ce-4f57-9d60-a76b763c39dd@googlegroups.com> <88d88b28-ff81-480d-b28b-2fbc9d6d8b17@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: gnattest: aunit not installed From: Anh Vo Injection-Date: Thu, 22 Feb 2018 20:35:06 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Body-CRC: 208904978 X-Received-Bytes: 2682 Xref: reader02.eternal-september.org comp.lang.ada:50569 Date: 2018-02-22T12:35:06-08:00 List-Id: On Wednesday, February 21, 2018 at 11:57:15 PM UTC-8, robi...@e2eservices.co.uk wrote: > On Wednesday, February 21, 2018 at 5:26:18 PM UTC, Anh Vo wrote: > > On Wednesday, February 21, 2018 at 5:24:20 AM UTC-8, robi...@e2eservices.co.uk wrote: > > > On Wednesday, February 21, 2018 at 1:04:03 PM UTC, Bojan Bozovic wrote: > > > > Try example from share/examples/gnattest/simple there is README.Testing there. Also look at AdaCore documentation on AUnit from http://docs.adacore.com/live/wave/aunit/html/aunit_cb/aunit_cb.html > > > > > > > > It that doesn't help wait for someone experienced to answer, as I am a beginner. > > > > > > Afraid that even the examples fail to build.. > > > > After installing the GNAT, you should see aunit.gpr along with other projects located at /GNAT_INSTALLATION_DIR/lib/gnat. In addition, make sure the variable GPR_PROJECT_PATH pointing this location. If it does not exist, create one for it. > > > > Anh Vo > > Hi Avh, > > Afraid this still hasn't solved my problem :( > > the lib/gnat folder contains a load of GPR files. > > the GPR_PROJECT_DIR didn't exist so I set it, but this had no effect Sorry for my typo. It should have been GPR_PROJECT_PATH. Anh Vo