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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,425d51d43921b223,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.62.35 with SMTP id v3mr1412673pbr.32.1316385178318; Sun, 18 Sep 2011 15:32:58 -0700 (PDT) Path: lh7ni38pbb.0!nntp.google.com!news1.google.com!postnews.google.com!fe21g2000vbb.googlegroups.com!not-for-mail From: TI Launchpad Newsgroups: comp.lang.ada Subject: GPS and GTK Date: Sun, 18 Sep 2011 15:19:57 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 128.61.77.81 Mime-Version: 1.0 X-Trace: posting.google.com 1316385178 5793 127.0.0.1 (18 Sep 2011 22:32:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 18 Sep 2011 22:32:58 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: fe21g2000vbb.googlegroups.com; posting-host=128.61.77.81; posting-account=-3MmFwoAAADyZPeNxdEc7e6-q1PjRkuU User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13,gzip(gfe) Xref: news1.google.com comp.lang.ada:18021 Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-09-18T15:19:57-07:00 List-Id: I have installed both the GNAT Programming Studio (GPS) and GtkAda. They both seem to work fine, but when I try to build the Simple Window project under New Project from Template, I get a bunch of errors saying "file gtk.ads not found." This seems to be a directory/ dependency sort of problem - GPS doesn't know where to look for GtkAda. I'm running Windows 7, and have GPS installed at C:\GNAT\2011, and GtkAda installed at C:\GtkAda. I tried adding GtkAda to my PATH; at the moment my PATH user variable includes C:\GNAT\2011\bin, and my Path System variable includes C:\GtkAda\bin. Any advice on resolving this problem is greatly appreciated!