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 Path: g2news2.google.com!postnews.google.com!o9g2000yqj.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Problem for testgtk build Date: Wed, 9 Sep 2009 09:41:54 -0700 (PDT) Organization: http://groups.google.com Message-ID: <7330ae08-1d8c-4d23-8e38-0551253da9c7@o9g2000yqj.googlegroups.com> References: <4aa79c75$0$2849$ba620e4c@news.skynet.be> NNTP-Posting-Host: 94.108.218.187 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1252514515 16061 127.0.0.1 (9 Sep 2009 16:41:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 9 Sep 2009 16:41:55 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: o9g2000yqj.googlegroups.com; posting-host=94.108.218.187; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009061208 Iceweasel/3.0.12 (Debian-3.0.12-1),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8258 Date: 2009-09-09T09:41:54-07:00 List-Id: Olivier Scalbert wrote: > 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'. =A0Stop. > > 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$ =A0gnatmake -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 ? Please read /usr/share/doc/libgtkada2-dev/README.Debian. It contains a specific "Note about testgtk" that explains the issue. -- Ludovic Brenta.