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=-0.8 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,PLING_QUERY autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.unit0.net!cyclone01.ams2.highwinds-media.com!voer-me.highwinds-media.com!peer01.am1!peering.am1!peer01.fr7!news.highwinds-media.com!post01.fr7!fx09.fr7.POSTED!not-for-mail From: Phil Subject: gtkada working on a Ubuntu Machine.... ??&##?!!!! Newsgroups: comp.lang.ada User-Agent: Pan/0.136 (I'm far too busy being delicious; GIT 926a150 git://git.gnome.org/pan2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-ID: <2YyXv.259296$8M5.213334@fx09.fr7> X-Complaints-To: abuse@easynews.com Organization: Forte - www.forteinc.com X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly. Date: Fri, 03 Oct 2014 15:06:38 GMT X-Received-Body-CRC: 2147495386 X-Received-Bytes: 1849 Xref: news.eternal-september.org comp.lang.ada:22040 Date: 2014-10-03T15:06:38+00:00 List-Id: 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;