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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail From: Jeffrey Carter Newsgroups: comp.lang.ada Subject: Re: How to add a GTKAda? Date: Sun, 16 Jun 2013 21:11:29 -0700 Organization: Also freenews.netfront.net; news.tornevall.net Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Mon, 17 Jun 2013 04:06:32 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="ea9e222491b6e4ac16c72e6c1b727e42"; logging-data="30233"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18BswzjKBDpLE8mYvTpuk4Eqf1ilintvnk=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 In-Reply-To: Cancel-Lock: sha1:yjhQi75KCs5J0j0NbuQvFw8hpu8= Xref: news.eternal-september.org comp.lang.ada:15764 Date: 2013-06-16T21:11:29-07:00 List-Id: On 06/16/2013 07:51 PM, Marcus F wrote: > > It's supposedly in my PATH, but simply adding use gtkada tells me it can't > find it, do I need to specify the path in the USE? If you're saying "use Gtkada;" without having said "with Gtkada;", then you don't know Ada well enough yet to be taking this step. Learn how to use packages in Ada 1st and then you'll be ready to play with GTKAda. If you are using packages correctly, then you need to tell GNAT where to find the GTKAda packages and related files. Typically this is done with a "-I" command-line switch (see the GNAT documentation for more on this), but how you do this through AdaGIDE I don't know. -- Jeff Carter "In the frozen land of Nador they were forced to eat Robin's minstrels, and there was much rejoicing." Monty Python & the Holy Grail 70