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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable 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 05:22:19 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!213.56.195.71!fr.usenet-edu.net!usenet-edu.net!enst!enst.fr!not-for-mail From: Christoph Grein 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 14:20:04 +0200 (MET DST) Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-Trace: avanie.enst.fr 994249338 88162 137.194.161.2 (4 Jul 2001 12:22:17 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Wed, 4 Jul 2001 12:22:17 +0000 (UTC) To: comp.lang.ada@ada.eu.org Return-Path: Content-MD5: bR1Mg/tdO2wL0P0CKMm42w== X-Mailer: dtmail 1.2.1 CDE Version 1.2.1 SunOS 5.6 sun4u sparc Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.4 Precedence: bulk X-Reply-To: Christoph Grein List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:9421 Date: 2001-07-04T14:20:04+02:00 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.