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 hd4mr6994289qab.5.1371437460459; Sun, 16 Jun 2013 19:51:00 -0700 (PDT) X-Received: by 10.49.35.109 with SMTP id g13mr308094qej.1.1371437460405; Sun, 16 Jun 2013 19:51:00 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!bw2no1935389qab.0!news-out.google.com!y6ni2993qax.0!nntp.google.com!j2no440920qak.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 16 Jun 2013 19:51:00 -0700 (PDT) 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 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: How to add a GTKAda? From: Marcus F Injection-Date: Mon, 17 Jun 2013 02:51:00 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1287 Xref: number.nntp.dca.giganews.com comp.lang.ada:181873 Date: 2013-06-16T19:51:00-07:00 List-Id: I'm using AdaGIDE, and I wanted to take a look at GUI programming, I found GTKAda and have installed it, but I have no idea how to add it to my program in AdaGIDE. 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?