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,b835c51e959b1e0a,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!news.mixmin.net!aioe.org!not-for-mail From: "John B. Matthews" Newsgroups: comp.lang.ada Subject: libgtkada2.14.2 on Ubuntu 10.04 Date: Thu, 23 Sep 2010 14:39:30 -0400 Organization: The Wasteland Message-ID: NNTP-Posting-Host: LQJtZWzu+iKlBROuDg+IUg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) Xref: g2news1.google.com comp.lang.ada:14209 Date: 2010-09-23T14:39:30-04:00 List-Id: In preparation for porting a GtkAda application to Linux using libgtkada2.14.2-1, I tried a simple example [1] on Ubuntu 10.04.1. I was surprised to see this $ gtkada-config --cflags -aI/usr/share/ada/adainclude/gtkada2.14.2 \ -aO/usr/lib/ada/adalib/gtkada2.14.2 when the actual locations are these /usr/share/ada/adainclude/gtkada2 /usr/share/ada/adainclude/gtkada2 Now that I look, it's been fixed [2], but I'm not sure of the best way to resolve the problem: add another repository or just edit gtkada-config. Sorry of this is off topic. [1] [2] -- John B. Matthews trashgod at gmail dot com