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 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!news.mixmin.net!aioe.org!not-for-mail From: "John B. Matthews" Newsgroups: comp.lang.ada Subject: Re: libgtkada2.14.2 on Ubuntu 10.04 Date: Sat, 25 Sep 2010 15:20:51 -0400 Organization: The Wasteland Message-ID: References: <87eick8bti.fsf@ludovic-brenta.org> <8739sz8yi6.fsf@ludovic-brenta.org> 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:14256 Date: 2010-09-25T15:20:51-04:00 List-Id: In article <8739sz8yi6.fsf@ludovic-brenta.org>, Ludovic Brenta wrote: > "John B. Matthews" writes: > >> Is it impractical for you to use GNAT project files? The Debian > >> compiler is patched so that > >> > >> with "gtkada"; > >> project Example is > >> for Main use ("example"); > >> end Example; > >> > >> will work out of the box; see the file > >> /usr/share/ada/adainclude/gtkada.gpr. > > > > Excellent! It works well; thanks. Am I correct that 'with "gtkada"' > > refers to /usr/share/ada/adainclude/gtkada.gpr itself? > > Yes, correct. When I said the compiler was patched, it was so that > it looked in that directory, by default, for project files. Ah, I see what you mean: $ gnatls -v GNATLS 4.4.3 ... Project Search Path: /usr/share/ada/adainclude/ $ ls -l /usr/share/ada/adainclude/ total 32 drwxr-xr-x 2 root root 28672 2010-09-23 12:57 gtkada2 -rw-r--r-- 1 root root 588 2010-04-28 00:13 gtkada2.gpr lrwxrwxrwx 1 root root 44 2010-05-17 09:44 rts-sjlj -> ... -- John B. Matthews trashgod at gmail dot com