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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,425d51d43921b223 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.46.193 with SMTP id x1mr5825623pbm.7.1317066159532; Mon, 26 Sep 2011 12:42:39 -0700 (PDT) Path: lh7ni5499pbb.0!nntp.google.com!news1.google.com!goblin2!goblin.stu.neva.ru!feeder.erje.net!feeder.news-service.com!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: GPS and GTK Date: Mon, 26 Sep 2011 21:42:41 +0200 Organization: cbb software GmbH Message-ID: References: Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: lNJLa/CbuNz6Q9PE6SiPyQ.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: news1.google.com comp.lang.ada:18136 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Date: 2011-09-26T21:42:41+02:00 List-Id: On Mon, 26 Sep 2011 12:07:04 -0700 (PDT), TI Launchpad wrote: > I can't find gtkada.gpr. It must be under \lib\gnat > I've uninstalled GtkAda and reinstalled it > under the GNAT folder, so my directory structure looks like this: "C: > \GNAT\2011\GtkAda". Then it should be in "C:\GNAT\2011\GtkAda\lib\gnat" > I'm not sure what I need to do to get GtkAda to > work - do you guys have any further suggestions? As I wrote, there are many ways. In your case you could make sure that the directory containing gtkada.gpr is in ADA_PROJECT_PATH, i.e. ADA_PROJECT_PATH is like: "...;C:\GNAT\2011\GtkAda\lib\gnat;...". Also PATH should contain "C:\GNAT\2011\GtkAda\bin". Beware that GIMP and GPS also come with Gtk binaries, you have to choose the order in which they are loaded. I am usually using GIMP binaries first, because they have more recent versions. But that could be incompatible of course. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de