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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7992d2ba081b33a X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!novia!transit4.readnews.com!news-out.readnews.com!postnews3.readnews.com!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Installing AUnit From: "Peter C. Chapin" References: Message-ID: User-Agent: Xnews/5.04.25 Date: 19 Mar 2009 10:26:39 GMT Organization: SoVerNet (sover.net) NNTP-Posting-Host: db43c38d.news.sover.net X-Trace: DXC=_F;KB5ZfeWaZ_caXTC`bQlK6_LM2JZB_cj6UVU5EV[Hc3?@`i3kGa5k\de^QGV Tim Rowe wrote in news:BZKdncNqxrhhCFzUnZ2dnUVZ8vyWnZ2d@posted.plusnet: > Trouble is, the only AUnit_Framework.ads and > AUnit_Framework-Framework.ads files on my computer are in the sources > directory. It does seem to be an installation issue :-( When I did the installation The AUnit material got placed under my GNAT installation tree. This was a while ago now so I forget the details. However, the package specifications got put under the include folder and the compiled library got put under the lib folder. Here I'm talking about C:\GNAT\2008\include\aunit C:\GNAT\2008\lib\aunit The aunit.gpr file ends up in C:\GNAT\2008\lib\gnat This arrangement was all done by the installer as I recall. I certainly don't remember moving things into these places manually. The advantage of this is that one can simply include with "aunit.gpr"; in any project file that needs to use AUnit and GNAT auto-magically finds what it needs without having to play with the ADA_PROJECT_PATH evironment variable. Peter