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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.215.68 with SMTP id hd4mr7201673qab.5.1371444614763; Sun, 16 Jun 2013 21:50:14 -0700 (PDT) X-Received: by 10.49.35.133 with SMTP id h5mr305585qej.20.1371444614750; Sun, 16 Jun 2013 21:50:14 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!mx05.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!j2no448825qak.0!news-out.google.com!y6ni2993qax.0!nntp.google.com!j2no448823qak.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 16 Jun 2013 21:50:14 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=68.113.176.20; posting-account=MynaUQoAAABLIabAWk436qZGCp4jiL1_ NNTP-Posting-Host: 68.113.176.20 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: How to add a GTKAda? From: Marcus F Injection-Date: Mon, 17 Jun 2013 04:50:14 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 2431 Xref: news.eternal-september.org comp.lang.ada:15765 Date: 2013-06-16T21:50:14-07:00 List-Id: On Sunday, June 16, 2013 11:11:29 PM UTC-5, Jeffrey Carter wrote: > 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 I used with. I'm certainly new to Ada (A few days in), but I'm not new to programming, I usually learn best by examples and by altering code, which is why I wanted to play with GTK, I've done minimal GUI programming before in PortablE. Thank you Jeff, I think that's the info I need to get on the right track.