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!peer01.ams4!peer.am4.highwinds-media.com!news.highwinds-media.com!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost2.xs4all.net!news.kpn.nl!not-for-mail Subject: Re: Installing GtkAda on Linux (Ubuntu) To: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada References: <5edf435f$0$1464$e4fe514c@news.kpn.nl> From: ldries46 Message-ID: <37ffe190-e3a3-9bfe-5577-0387664ee4be@planet.nl> Date: Tue, 9 Jun 2020 12:50:38 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-GB NNTP-Posting-Host: 64e743f2.news.kpn.nl X-Trace: G=DeF1+CgU,C=U2FsdGVkX1/GVVzEPDEJGANUIE3VIhPqXeZU45v3my1/gKkZq/bB79ZJQI+08FQejuIdjDV/1R0jdUNFfbZdYvGtLLSFQc7O2iOAS9tmkpY= X-Complaints-To: abuse@kpn.nl X-Received-Bytes: 2724 X-Received-Body-CRC: 4190554922 Xref: reader01.eternal-september.org comp.lang.ada:59022 Date: 2020-06-09T12:50:38+02:00 List-Id: Op 9-6-2020 om 10:47 schreef Dmitry A. Kazakov: > 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 I already had Gtkada installed but only something simple as "with gtkada;" in the .gpr file does not work. IIn the mean time I have tried also to put the specific directory in the environment variables ADA_PROJECT_PATH and GPR_PROJECT_PATH yjat also didn't work. The latest version which is used in the link is from 2014 Your link  did not have any link to the mentioned "with" in the .gpr file > > 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 I already used the latest version of the Adacompiler and Gtkada (both 2020 version from Adacore for as well GNAT community as Gtkada) > > 3. Compile and build GtkAda from the sources Installs done with the install script which also compiles the sources > > 4. Install the built GtkAda exactly as #1 requires >