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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED.2uCIJahv+a4XEBqttj5Vkw.user.gioia.aioe.org!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Installing GtkAda on Linux (Ubuntu) Date: Tue, 9 Jun 2020 10:47:40 +0200 Organization: Aioe.org NNTP Server Message-ID: References: <5edf435f$0$1464$e4fe514c@news.kpn.nl> NNTP-Posting-Host: 2uCIJahv+a4XEBqttj5Vkw.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 X-Notice: Filtered by postfilter v. 0.9.2 Content-Language: en-US Xref: reader01.eternal-september.org comp.lang.ada:59018 Date: 2020-06-09T10:47:40+02:00 List-Id: On 09/06/2020 10:07, ldries46 wrote: > I am trying to install Gtkada on Linux beside my installation on Windows > 10. > I thought the installation was correct but trying to load an on Windows > running project the GNAT Prgramming Studio could not find gtkada.gpr > despite of the fact that The PATH variable included the directory where > the project file is located. Also ADA_INCLUDE_PATH and ADA_OBJECTS_PATH > point to that directory the file and the directories have protection > which allow the file to be used. What do I have forgotten? You forgot: 1. Read and memorize Debian policy for Ada https://people.debian.org/~lbrenta/debian-ada-policy.html Either 2. Install libgtkada19-dev, if I correctly name the package as it is kind of ever changing thing in Debian/Ubuntu. or 2. Download the latest GtkAda sources 3. Compile and build GtkAda from the sources 4. Install the built GtkAda exactly as #1 requires -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de