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,82c0c56bebae23b3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-23 04:41:44 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!server3.netnews.ja.net!newshost.central.susx.ac.uk!news.bton.ac.uk!not-for-mail From: John English Newsgroups: comp.lang.ada Subject: Re: beginner in GNAT for Windows Date: Wed, 23 Jan 2002 12:40:05 +0000 Organization: University of Brighton Message-ID: <3C4EAF25.3E0D25@brighton.ac.uk> References: <3c4cff74@news.starhub.net.sg> <3c4e3f48@news.starhub.net.sg> NNTP-Posting-Host: pcje.it.bton.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: saturn.bton.ac.uk 1011789544 24945 193.62.183.48 (23 Jan 2002 12:39:04 GMT) X-Complaints-To: news@bton.ac.uk NNTP-Posting-Date: 23 Jan 2002 12:39:04 GMT X-Mailer: Mozilla 4.7 [en-gb] (WinNT; U) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:19226 Date: 2002-01-23T12:39:04+00:00 List-Id: ivan markose wrote: > > Having read the replies to my query yesterday(21 jan 00), I uninstalled Gnat > from my D drive and set it up in the C drive, where it nows lives in C:\Gnat > . > I also changed the ADA_INCLUDE_PATH variable to c:\Gnat;c:\Gnat\bin, > through the environment editor on my NT machine. The registry entries all > have C as the root directory now. Yes, but have you set your PATH (not your ADA_INCLUDE_PATH or your ADA_LIBRARY_PATH) to include c:\gnat\bin? You are unlikely to want to look for package specs in c:\gnat\bin, so I cannot see why you want to include it in ADA_INCLUDE_PATH; you want it in PATH, which specifies where to look for *executable programs*. ----------------------------------------------------------------- John English | mailto:je@brighton.ac.uk Senior Lecturer | http://www.it.bton.ac.uk/staff/je Dept. of Computing | ** NON-PROFIT CD FOR CS STUDENTS ** University of Brighton | -- see http://burks.bton.ac.uk -----------------------------------------------------------------