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!.POSTED!not-for-mail From: "Jeffrey R. Carter" Newsgroups: comp.lang.ada Subject: Re: Trying Gnoga Date: Mon, 6 Jul 2020 16:17:37 +0200 Organization: Also freenews.netfront.net; news.tornevall.net; news.eternal-september.org Message-ID: References: <5f02f525$0$1441$e4fe514c@news.kpn.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Mon, 6 Jul 2020 14:17:38 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="9886e494f5f3cf2a7572497f0e59b584"; logging-data="20313"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/IEDQY33TYw6Jz2Qbo8rTcHY3b9HgyLYs=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 Cancel-Lock: sha1:i0d1ldyfhZPGP2wl4gf/e0xmt8I= In-Reply-To: <5f02f525$0$1441$e4fe514c@news.kpn.nl> Content-Language: en-US Xref: reader01.eternal-september.org comp.lang.ada:59367 List-Id: On 7/6/20 11:55 AM, 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? Normally Gnoga and its tutorials are built using make. Typing "make" will show you the options. "make all" is usually good. You may need "make tutorials" if that doesn't build them. Note that GNAT CE 2020 has an error that prevents building one of the demos (reported here earlier). Note also that some compilations are done using -gnat2005, which is not supported by GNAT CE 2020. -- Jeff Carter "In the frozen land of Nador they were forced to eat Robin's minstrels, and there was much rejoicing." Monty Python & the Holy Grail 70