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.3 required=5.0 tests=BAYES_00,STOX_REPLY_TYPE, STOX_REPLY_TYPE_WITHOUT_QUOTES,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,6335bb3f8dfd1c4a,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.83.101 with SMTP id p5mr3374607wiy.0.1356026306083; Thu, 20 Dec 2012 09:58:26 -0800 (PST) Path: l12ni167561wiv.1!nntp.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.81.MISMATCH!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newspeer1.nac.net!news.mi.ras.ru!spln!extra.newsguy.com!feeds.phibee-telecom.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!newsfeed.straub-nv.de!newsfeed1.swip.net!news.astraweb.com!border6.a.newsrouter.astraweb.com!feed.xsnews.nl!ramfeed-2.ams.xsnews.nl!post-feeder-02.xsnews.nl!frontend-F10-18.ams.news.kpn.nl From: "ldries46" Newsgroups: comp.lang.ada Subject: gtkada.gpr usage Date: Sun, 16 Dec 2012 14:45:14 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Newsreader: Microsoft Windows Live Mail 15.4.3555.308 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308 Message-ID: <50cdd1b6$0$18189$703f8584@news.kpn.nl> Organization: KPN.com NNTP-Posting-Host: 77.168.179.107 X-Trace: 1355665846 news.kpn.nl 18189 77.168.179.107@kpn/77.168.179.107:50784 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Date: 2012-12-16T14:45:14+01:00 List-Id: Various times I tried after recommendation by others to include the "with gtkada statement in my project file (with GNAT programming studio) Every time I do get error message like this: gnatmake -d -PE:\ada\project\Algemeen\Algemeen.gpr -XLIBRARY_TYPE=static Algemeen.adb -j4 -s gnatbind -I- -x E:\ada\project\Algemeen\build\algemeen.ali error: "gtk.ali" not found, "gtk.ads" must be compiled error: "glib.ali" not found, "glib.adb" must be compiled gnatmake: *** bind failed. My GNAT GPS installation is on D:\Program files\GNAT\ 2012 and my GtkADA installation is on D:\program files\GNAT\GtkADA I do use GPR_PROJECT_PATH with the value D:\Program Files\2012\lib\gnat;D:\Program Files\GNAT\Gtkada\lib\gnat; The files are present in the directory D:\Program Files\GNAT\Gtkada\lib\gnat. What do I have to do to do not get this error. I already have installed GtkADA from the start, it didn't help. Changing ../.. and .. by fully written file descriptions did not have any effect. L. Dries