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.0 required=3.0 tests=BAYES_20,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:ac8:4050:: with SMTP id j16mr48452200qtl.44.1594037641304; Mon, 06 Jul 2020 05:14:01 -0700 (PDT) X-Received: by 2002:aca:b2d5:: with SMTP id b204mr1338751oif.44.1594037641045; Mon, 06 Jul 2020 05:14:01 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!peer03.ams4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 6 Jul 2020 05:14:00 -0700 (PDT) In-Reply-To: <5f02f525$0$1441$e4fe514c@news.kpn.nl> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=96.247.204.159; posting-account=QF6XPQoAAABce2NyPxxDAaKdAkN6RgAf NNTP-Posting-Host: 96.247.204.159 References: <5f02f525$0$1441$e4fe514c@news.kpn.nl> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <506472dc-5e21-4ec9-a499-d6d0c76a8126o@googlegroups.com> Subject: Re: Trying Gnoga From: Jere Injection-Date: Mon, 06 Jul 2020 12:14:01 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2374 X-Received-Body-CRC: 997848337 Xref: reader01.eternal-september.org comp.lang.ada:59366 List-Id: On Monday, July 6, 2020 at 5:56:04 AM UTC-4, ldries46 wrote: > I want to try Gnoga but when running=C2=A0 tutorial 1 I get the following= =20 > messages: > [2020-07-06 11:33:14]=20 > C:\GNAT\gnoga\tutorial\tutorial-01\tutorial_01.gpr:1:06: unknown project= =20 > file: "settings.gpr" > [2020-07-06 11:33:14]=20 > C:\GNAT\gnoga\tutorial\tutorial-01\tutorial_01.gpr:2:06: unknown project= =20 > 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=20 > GPR_PROJECT_PATH but that does not work. > Which environment variable must contain the path or is there another way? Are you trying to run the tutorial manually or through the Make command provided by the Gnoga environment? I believe you can do a "make gnoga"=20 and then you can do a "make tutorials". Note that some tutorials require other things to be built, so you might consider just doing a "make all" instead of the "make gnoga". Note that AdaCore changed how the GNAT compiler works from the 2019 version, so you may get compiler errors from the 2020 version. You might have to use the 2019 version to compile it until Gnoga is updated.