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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a4459386f7223442 X-Google-Attributes: gid103376,public From: Bruce Jacobs Subject: Re: AdaGraph question Date: 1999/03/08 Message-ID: <36E3CFF1.1EDB733B@work.com>#1/1 X-Deja-AN: 452559251 Content-Transfer-Encoding: 7bit References: <36E1EA9D.9BCBA739@hiwaay.net> <36E2A701.E0E933E8@hiwaay.net> Organization: Me X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-03-08T00:00:00+00:00 List-Id: Oh, I was interpretting those as being the same thing. That makes lots more sense. I was confusing the two as being one. Thanks, Bruce Jerry van Dijk wrote: > Bruce or Tracy (bljacobs@hiwaay.net) wrote: > > : Thank you. Got it. Still, the option menu does not include a place > > : to define those two environment variables. > > Maybe the confusion is that there are two separate settings: > > a) compiling from the command line > To do this you need to set the Ada_Include_Path and > Ada_Objects_Path > environment variables. > > b) compiling from with AdaGIDE > To do this you need to set the AdaGIDE options for every directory > you use, in accordance with the AdaGIDE and AdaGraph documentation. > > Success, > Jerry.