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.8 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PLING_QUERY autolearn=no autolearn_force=no version=3.4.4 X-Received: by 10.66.253.161 with SMTP id ab1mr15387327pad.29.1413753874448; Sun, 19 Oct 2014 14:24:34 -0700 (PDT) X-Received: by 10.140.84.21 with SMTP id k21mr11858qgd.6.1413753874395; Sun, 19 Oct 2014 14:24:34 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!uq10no13877359igb.0!news-out.google.com!i10ni96qaf.0!nntp.google.com!dc16no4013662qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 19 Oct 2014 14:24:33 -0700 (PDT) In-Reply-To: <2YyXv.259296$8M5.213334@fx09.fr7> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=104.169.187.4; posting-account=Ies7ywoAAACcdHZMiIRy0M84lcJvfxwg NNTP-Posting-Host: 104.169.187.4 References: <2YyXv.259296$8M5.213334@fx09.fr7> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4d4fa81a-03b7-4473-8bd2-ca380ac9816e@googlegroups.com> Subject: Re: gtkada working on a Ubuntu Machine.... ??&##?!!!! From: brbarkstrom@gmail.com Injection-Date: Sun, 19 Oct 2014 21:24:34 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:22594 Date: 2014-10-19T14:24:33-07:00 List-Id: On Friday, October 3, 2014 11:06:39 AM UTC-4, Phil wrote: > Hello again, > > > > I am wondering if someone can give me some pointers on the best way to > > get gtkada properly installed. On either windows or Ubuntu. > > I have run the program below on a Ubuntu 12.04 box, and get the message > > file "gtkada.ads" not found. error message and sample program below. > > > > I was never really confident the installation was done correctly. As the > > ubuntu software centre already has some components installed or my > > meddling, and I may have doubled up with a download from Adacore. Was it > > done in the correct order and with correct paths etc set. > > > > Any suggestion on what to check first? > > > > > > gnatmake -d -P/home/ada/ADAprojects/test1001project.gpr > > gcc-4.6 -c -I- -gnatA /home/ada/ADAprojects/test1001.adb > > test1001.adb:1:06: file "gtkada.ads" not found > > gnatmake: "/home/ada/ADAprojects/test1001.adb" compilation error > > > > [2014-10-03 18:20:40] process exited with status 4 (elapsed time: 00.10s) > > > > > > ------------------------------------ > > with gtkada; > > > > --Test1001.adb > > procedure test1001 is > > > > begin > > null; > > end; I was off on "vacation" installing AdaCore GNAT GPL on an Intel Atom (64-bit, dual core). I'll see if I can check on the GTK stuff when I get time. I wouldn't be surprised if the Debian/Ubuntu packages don't act in the same way as things that AdaCore supplies. Bruce B.