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,74a6cf1cb5482810 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-04 08:55:06 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Beau" Newsgroups: comp.lang.ada Subject: Re: can someone tell me why I am getting this error? but still read please Date: Wed, 4 Jul 2001 10:54:40 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:9432 Date: 2001-07-04T10:54:40-05:00 List-Id: OK cool thanks man that is exactly right on everything "Christoph Grein" wrote in message news:mailman.994249325.14280.comp.lang.ada@ada.eu.org... > I assume your driver is a kind of main procedure that "withs" the package. I > further assume you are using Gnat. > > Then the solution is simple: > > Without further instructions (RTFM Gnat_UG, well hidden and top secret), Gnat > assumes all units in the context clause to be in the same directory as the unit > you are compiling. > > Thus by moving the driver, you inadvertantly solved your problem. >