From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:6214:458f:b0:4c7:73b7:b848 with SMTP id op15-20020a056214458f00b004c773b7b848mr1910407qvb.82.1670243406924; Mon, 05 Dec 2022 04:30:06 -0800 (PST) X-Received: by 2002:ad4:5343:0:b0:4b1:8165:58da with SMTP id v3-20020ad45343000000b004b1816558damr57007519qvs.30.1670243406612; Mon, 05 Dec 2022 04:30:06 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!usenet.blueworldhosting.com!feed1.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: Mon, 5 Dec 2022 04:30:06 -0800 (PST) In-Reply-To: <3f881d33-40c0-4c30-96c1-9df82bbddbb0n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=46.15.72.51; posting-account=uulyKwoAAAA86DO0ODu--rZtbje8Sytn NNTP-Posting-Host: 46.15.72.51 References: <3f881d33-40c0-4c30-96c1-9df82bbddbb0n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <57d4cc64-d74a-4657-bbc6-686f60c447a4n@googlegroups.com> Subject: Re: Problem with gpr file after updating GNAT From: Egil H H Injection-Date: Mon, 05 Dec 2022 12:30:06 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2005 Xref: reader01.eternal-september.org comp.lang.ada:64672 List-Id: On Monday, December 5, 2022 at 9:47:44 AM UTC+1, Jerry wrote: > I recently upgraded my macOS GNAT from 2015 to Simon's latest offering ("= if it ain't broke...") on new Apple hardware. At the same time I used Apple= 's Migration Assistant to transfer files. From Visual Studio Code, I use a = short shell script to run gprbuild. This has worked flawlessly for quite a = while. Now things are broken and I can't figure out what is wrong even afte= r reviewing the gprbuild docs.=20 >=20 >=20 > for Object_Dir use "build-normal";=20 > for Exec_Dir use "product-normal";=20 > for Main use ("Uniform_Aperture_Sum.adb"); -- <<< SET MAIN HERE=20 >=20 I don't know much about macOS, so I don't know for sure, but maybe you nee= d a package Naming is for Casing use "MixedCase"; end Naming; --=20 ~egilhh