From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham 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: Trying Gnoga Date: Mon, 6 Jul 2020 12:30:59 +0200 Organization: Aioe.org NNTP Server Message-ID: References: <5f02f525$0$1441$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: 8bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 Content-Language: en-US X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader01.eternal-september.org comp.lang.ada:59361 List-Id: On 06/07/2020 11:55, ldries46 wrote: > I want to try Gnoga but when runningĀ  tutorial 1 I get the following > messages: > [2020-07-06 11:33:14] > C:\GNAT\gnoga\tutorial\tutorial-01\tutorial_01.gpr:1:06: unknown project > file: "settings.gpr" > [2020-07-06 11:33:14] > C:\GNAT\gnoga\tutorial\tutorial-01\tutorial_01.gpr:2:06: unknown project > file: "gnoga.gpr" > I am running GNAT community 2020 on Windows 10. > I have tried to include the directories in the Path and later on in > GPR_PROJECT_PATH but that does not work. > Which environment variable must contain the path or is there another way? ADA_PROJECT_PATH. But they are same. Run cmd. Type echo %ADA_PROJECT_PATH% Verify that the directory separator is semicolon, not colon. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de