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,578ac3433f104a7c X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!news.glorb.com!news2.glorb.com!news2.euro.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!news.skynet.be!195.238.0.222.MISMATCH!newsspl501.isp.belgacom.be!tjb!not-for-mail Date: Wed, 09 Sep 2009 17:01:35 +0200 From: Olivier Scalbert User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Problem for testgtk build References: <4aa79c75$0$2849$ba620e4c@news.skynet.be> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <4aa7c397$0$2859$ba620e4c@news.skynet.be> Organization: -= Belgacom Usenet Service =- NNTP-Posting-Host: 6c61704b.news.skynet.be X-Trace: 1252508567 news.skynet.be 2859 81.243.239.228:40707 X-Complaints-To: usenet-abuse@skynet.be Xref: g2news2.google.com comp.lang.ada:8254 Date: 2009-09-09T17:01:35+02:00 List-Id: John B. Matthews wrote: > In this context, I think it means that you have run ./configure, which > is part the GNU Autotools. This is an initial step that creates the > actual Makfile(s) when building GtkAda from source. > > Testgtk is typically installed in the shared examples directory: > > $PREFIX/share/examples/gtkada/testgtk > > [$PREFIX is wherever aptitude put GtkAda.] > Thanks John for helping me. I do not want to build libgtkada as it is already installed ! I have succeed to compile small gtkada demos so everything should work. I just want to build the complete testgtk project, but I see no ./configure under the testgtk directory. Olivier