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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,425d51d43921b223 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!feedme.ziplink.net!news.swapon.de!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: "Alex Mentis" Newsgroups: comp.lang.ada Subject: Re: GPS and GTK Date: Mon, 19 Sep 2011 00:04:24 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Injection-Date: Mon, 19 Sep 2011 00:04:24 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="XzXfSICJdWNON+sacLVBRA"; logging-data="10723"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+uskIF+F+V9iEYFbhd58BqSAIpEzQQE5I=" User-Agent: XanaNews/1.19.1.320 Cancel-Lock: sha1:f3NVlUMJgBWfia9viNHvXxAFb5I= Xref: g2news2.google.com comp.lang.ada:21966 Date: 2011-09-19T00:04:24+00:00 List-Id: TI Launchpad wrote: > 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! Even though the GtkAda installer likes to install GtkAda rooted at C:\GtkAda by default, I've always had better success changing the root GtkAda install path to C:\GNAT\2011 (or whatever year of GNAT you're using). It seems to help GNAT find all the stuff the GtkAda projects are dependent upon. Alex