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-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.brightview.co.uk!news.brightview.co.uk.POSTED!not-for-mail NNTP-Posting-Date: Thu, 10 Sep 2009 16:16:02 -0500 Message-ID: Date: Thu, 10 Sep 2009 22:12:51 +0100 From: Jack Mitchell Newsgroups: comp.lang.ada Subject: gnatbind error with gtk after upgrade to GNAT GPL 2009 MIME-Version: 1.0 Content-Type: text/plain;charset=us-ascii;format=flowed User-Agent: Turnpike/6.06-U () X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-A34GotmoOdGJ3bpxIG71lJBHya6kHHrzWQ3NfzqLXnpvdBTvdW3kC0ANCS2hhsudCYajbjA5Zz2mLnn!GIuY2UgcNHI45NhxyRtP/U/xaT0oPWqtRwGddAbN1+IOw7nn2U4zEdmWJk0C6Q4trIMtJUs= X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.39 Xref: g2news2.google.com comp.lang.ada:8276 Date: 2009-09-10T22:12:51+01:00 List-Id: 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 ? N.B. I am learning by building out from the hello2 example in gtk tutorials, FloorPlan mentioned above is basically hello2 plus a simple debug package.. -- Jack Mi_Remove_tchell