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,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!de-l.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!news.astraweb.com!border2.a.newsrouter.astraweb.com!transit4.hitnews.eu!feeder1.cambriumusenet.nl!feed.tweaknews.nl!195.238.0.231.MISMATCH!news.skynet.be!195.238.0.222.MISMATCH!newsspl501.isp.belgacom.be!tjb!not-for-mail Date: Wed, 09 Sep 2009 14:14:38 +0200 From: Olivier Scalbert User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Problem for testgtk build Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <4aa79c75$0$2849$ba620e4c@news.skynet.be> Organization: -= Belgacom Usenet Service =- NNTP-Posting-Host: 8cacf701.news.skynet.be X-Trace: 1252498549 news.skynet.be 2849 81.243.239.228:51381 X-Complaints-To: usenet-abuse@skynet.be Xref: g2news2.google.com comp.lang.ada:8245 Date: 2009-09-09T14:14:38+02:00 List-Id: Hello all ! I want to build testgtk on my debian testing box and I have some problems. I think I have installed all the necessary packages as I am able to compile small gtkada applications. I have untar testgtk.tar.gz. I have read the README file, that told me to type 'make' after having configured GtkAda. As I have installed GtkAda with aptitude, I suppose that it is well configured. When I start 'make', I have: ols@spock:~/projects/ada/testgtk$ make Makefile:16: ../src/Makefile.common: No such file or directory make: *** No rule to make target `../src/Makefile.common'. Stop. I should have miss something as I have no src directory ... If I compile with gnatmake, everything compiles except view_gl.ads .. ols@spock:~/projects/ada/testgtk$ gnatmake -Ptestgtk ... gcc-4.3 -c -g -O1 -gnatafo -I- -gnatA /home/ols/projects/ada/testgtk/opengl/view_gl.ads cannot generate code for file view_gl.ads (package spec) to check package spec for errors, use -gnatc gnatmake: "/home/ols/projects/ada/testgtk/opengl/view_gl.ads" compilation error Any ideas ? Thanks, Olivier