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,8c360ff1797be6dd X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: gnatbind error with gtk after upgrade to GNAT GPL 2009 References: From: Stephen Leake Date: Fri, 11 Sep 2009 03:32:42 -0400 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Cancel-Lock: sha1:t8h9ovr8qQ+9a8qdAKRJ6sgBqiI= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: da1b14aa9fcafe197caa724394 Xref: g2news2.google.com comp.lang.ada:8282 Date: 2009-09-11T03:32:42-04:00 List-Id: Jack Mitchell writes: > Having upgraded (uninstall GNAT GPL 2008, then installed GNAT GPL > 2009), a project which used to build quite happily now gives the > following when I build from the project file :- > > gnatbind -E -I- -x E:\Programming\FloorPlan\obj\floorplan.ali > error: "gtk.ali" not found, "gtk.ads" must be compiled > error: "gtk-box.ali" not found, "gtk-box.adb" must be compiled > gnatmake: *** bind failed. > > What has I missed in the install / reinstall ? I can't say in detail, but I always install versions of GNAT in different directories: c:/Apps/GNAT_GPL_2008 c:/Apps/GNAT_GPL_2009 and I don't uninstall the old one until I'm sure everything works with the new one. That way, if "uninstall" doesn't really work, just delete the directory. -- -- Stephe