From mboxrd@z Thu Jan 1 00:00:00 1970 X-Received: by 2002:ac8:47d1:0:b0:41b:8416:9c6a with SMTP id d17-20020ac847d1000000b0041b84169c6amr260705qtr.3.1700211090751; Fri, 17 Nov 2023 00:51:30 -0800 (PST) X-Received: by 2002:a25:3751:0:b0:daf:448f:7499 with SMTP id e78-20020a253751000000b00daf448f7499mr470955yba.0.1700211090554; Fri, 17 Nov 2023 00:51:30 -0800 (PST) Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!eternal-september.org!border-1.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 17 Nov 2023 00:51:30 -0800 (PST) In-Reply-To: <2b586484-be9c-47ce-bcba-c67b62048e65n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=46.15.129.35; posting-account=uulyKwoAAAA86DO0ODu--rZtbje8Sytn NNTP-Posting-Host: 46.15.129.35 References: <2b586484-be9c-47ce-bcba-c67b62048e65n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: After redesigning my Poject I have the following Projectfile: From: Egil H H Injection-Date: Fri, 17 Nov 2023 08:51:30 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:65859 List-Id: On Friday, November 17, 2023 at 3:30:38=E2=80=AFAM UTC+1, Petter wrote: > with "..\..\..\..\GNAT\2021\share\gpr\gnatcoll.gpr";=20 >=20 > Any Suggestions? `/2021/share/gpr` should already be in the default project file = search path. `with "gnatcoll";` should be enough (and will update to corresponding versi= ons of gnatcoll when you update the compiler)