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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c5cdfc635c049f92 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-21 01:12:06 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: martin.dowie@btopenworld.com (Martin Dowie) Newsgroups: comp.lang.ada Subject: Re: First Ada0Y Package for GNAT Date: 21 Apr 2004 01:12:05 -0700 Organization: http://groups.google.com Message-ID: References: <2157234.pK7r4VP0Go@linux1.krischik.com> NNTP-Posting-Host: 20.138.254.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1082535126 13518 127.0.0.1 (21 Apr 2004 08:12:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 21 Apr 2004 08:12:06 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:7374 Date: 2004-04-21T01:12:05-07:00 List-Id: "Martin Dowie" wrote in message > > Which is great if you have gcc 3.5 but if you are a mere mortal > and living with 3.15p you can still get Ada.Directories @ > http://www.martin.dowie.btinternet.co.uk/ > A quick follow up to those that want to use "Ada.Directories" and not "Ada0Y.Directories" (as downloaded). 1. Edit each file and change each reference of "Ada0Y" to "Ada". 2. Copy the files to the predefined GNAT libraries area, probably: C:\GNAT\lib\gcc-lib\pentium-mingw32msv\2.8.1\adainclude 3. Change the file names to: a-direct.ads/.adb a-dirinf.ads/.adb a-dirite.ads/.adb a-diwiin.ads/.adb 4. Compile the files using the "-a" option 5. Use "Ada.Directories" in your 3.15p code! If I ever get a spare hour again, I'll .zip up a version like this (this is actually how I use it myself and Ada.Numerics.Generic_Real_Arrays [AI-296] actually ;-). Cheers -- Martin