comp.lang.ada
 help / color / mirror / Atom feed
From: "Nasser M. Abbasi" <nma@12000.org>
Subject: Re: After redesigning my Poject I have the following Projectfile:
Date: Fri, 17 Nov 2023 02:13:20 -0600	[thread overview]
Message-ID: <uj77b2$2ni39$1@dont-email.me> (raw)
In-Reply-To: <2b586484-be9c-47ce-bcba-c67b62048e65n@googlegroups.com>

On 11/16/2023 8:30 PM, Petter wrote:
> with "..\..\..\..\GNAT\2021\share\gpr\gnatcoll.gpr";

Try to see if you escape the \ like this

with "..\\..\\..\\..\\GNAT\\2021\\share\\gpr\\gnatcoll.gpr";

or

with "../../../../GNAT/2021/share/gpr/gnatcoll.gpr";

and see if this fixes it

--Nasser

  reply	other threads:[~2023-11-17  8:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-17  2:30 After redesigning my Poject I have the following Projectfile: Petter
2023-11-17  8:13 ` Nasser M. Abbasi [this message]
2023-11-17  8:51 ` Egil H H
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox