Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

"Nuclear war can ruin your whole compile." -- Karl Lehenbauer


devel / comp.lang.ada / After redesigning my Poject I have the following Projectfile:

SubjectAuthor
* After redesigning my Poject I have the following Projectfile:Petter
+- Re: After redesigning my Poject I have the following Projectfile:Nasser M. Abbasi
`- Re: After redesigning my Poject I have the following Projectfile:Egil H H

1
After redesigning my Poject I have the following Projectfile:

<2b586484-be9c-47ce-bcba-c67b62048e65n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=10264&group=comp.lang.ada#10264

  copy link   Newsgroups: comp.lang.ada
X-Received: by 2002:ac8:6195:0:b0:41c:b944:e9a8 with SMTP id kq21-20020ac86195000000b0041cb944e9a8mr216118qtb.0.1700188237507;
Thu, 16 Nov 2023 18:30:37 -0800 (PST)
X-Received: by 2002:a17:90a:558c:b0:283:98d1:89ee with SMTP id
c12-20020a17090a558c00b0028398d189eemr190004pji.0.1700188237214; Thu, 16 Nov
2023 18:30:37 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!border-2.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: Thu, 16 Nov 2023 18:30:36 -0800 (PST)
Injection-Info: google-groups.googlegroups.com; posting-host=82.96.63.52; posting-account=ACEctQoAAAD3d42JSpp6_fpg88BhdFDo
NNTP-Posting-Host: 82.96.63.52
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <2b586484-be9c-47ce-bcba-c67b62048e65n@googlegroups.com>
Subject: After redesigning my Poject I have the following Projectfile:
From: petter_fryklund@hotmail.com (Petter)
Injection-Date: Fri, 17 Nov 2023 02:30:37 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 42
 by: Petter - Fri, 17 Nov 2023 02:30 UTC

with "..\..\..\..\GNAT\2021\share\gpr\gnatcoll.gpr";
with "../Utilities/utilities.gpr";

project Ugroups is

type Build_Kind is
("static", "relocatable", "static-pic");

for Object_Dir use "obj";
for Main use ("main.adb");
GPR_BUILD : Build_Kind := external ("GPR_BUILD");

package Compiler is
for Switches ("ada") use ("-g");
end Compiler;

package Linker is
for Switches ("ada") use ("-g");
end Linker;

package Ide is
for Vcs_Kind use "git";
end Ide;

case GPR_BUILD is

when "static" =>
for Source_Dirs use ("src");

when "relocatable" =>
for Source_Dirs use ("src");

when "static-pic" =>
for Source_Dirs use ("src);
end case;

end Ugroups;

When trying to build All Iget the following error:
2023-11-17 02:59:24] Could not locate executable on path: .
[2023-11-17 02:59:24] process exited with status -1, elapsed time: 00.41s

Any Suggestions?

Re: After redesigning my Poject I have the following Projectfile:

<uj77b2$2ni39$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=10265&group=comp.lang.ada#10265

  copy link   Newsgroups: comp.lang.ada
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: nma@12000.org (Nasser M. Abbasi)
Newsgroups: comp.lang.ada
Subject: Re: After redesigning my Poject I have the following Projectfile:
Date: Fri, 17 Nov 2023 02:13:20 -0600
Organization: A noiseless patient Spider
Lines: 15
Message-ID: <uj77b2$2ni39$1@dont-email.me>
References: <2b586484-be9c-47ce-bcba-c67b62048e65n@googlegroups.com>
Reply-To: nma@12000.org
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 17 Nov 2023 08:13:22 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="81441f317b6616852e0efd20515b40d3";
logging-data="2869353"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX197wpDxGYwnveOOMiFSRqKf"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.15.1
Cancel-Lock: sha1:PFo/150IuUNgniY5eSu5WQ4Cptw=
In-Reply-To: <2b586484-be9c-47ce-bcba-c67b62048e65n@googlegroups.com>
Content-Language: en-US
 by: Nasser M. Abbasi - Fri, 17 Nov 2023 08:13 UTC

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

Re: After redesigning my Poject I have the following Projectfile:

<c9a58bef-6237-499b-a592-aa998b04d81en@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=10266&group=comp.lang.ada#10266

  copy link   Newsgroups: comp.lang.ada
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: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.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: 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: <c9a58bef-6237-499b-a592-aa998b04d81en@googlegroups.com>
Subject: Re: After redesigning my Poject I have the following Projectfile:
From: ehh.public@gmail.com (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
X-Received-Bytes: 1566
 by: Egil H H - Fri, 17 Nov 2023 08:51 UTC

On Friday, November 17, 2023 at 3:30:38 AM UTC+1, Petter wrote:
> with "..\..\..\..\GNAT\2021\share\gpr\gnatcoll.gpr";
>
> Any Suggestions?

`<GNAT root>/2021/share/gpr` should already be in the default project file search path.
`with "gnatcoll";` should be enough (and will update to corresponding versions of gnatcoll when you update the compiler)

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor