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: 103376,425d51d43921b223 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.38.134 with SMTP id g6mr24595473pbk.6.1317069640941; Mon, 26 Sep 2011 13:40:40 -0700 (PDT) Path: lh7ni5525pbb.0!nntp.google.com!news1.google.com!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GPS and GTK Date: Mon, 26 Sep 2011 21:40:39 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="479"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Nk7rUCirpa0bpOtNj+2weoU6KpHyvYgk=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:w5GfEEHvQqfFBg5AwEOHp5XUlPA= sha1:1YXCgvcFXI/pyhpsJsrelv1+oq0= Xref: news1.google.com comp.lang.ada:18137 Content-Type: text/plain; charset=us-ascii Date: 2011-09-26T21:40:39+01:00 List-Id: "Dmitry A. Kazakov" writes: > 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. I wouldn't know about that. My first thought (and the way I meant to recommend) was to install GtkAda *in the same place as* the compiler, not one level down from it. I've just tried this, and the installation dialog asks 2 questions: what compiler (default C:\GNAT\2011) and where to put GtkAda (default C:\GtkAda). I edited this so that "where to put GtkAda" read the same as the compiler location, ie C:\GNAT\2011, and installed. Now when I go to the demos, for example c:\GNAT\2011\share\examples\gtkada\calendar_combo, I type just "gnatmake -Pdefault" and the demo builds as expected.