comp.lang.ada
 help / color / mirror / Atom feed
From: Egil H H <ehh.public@gmail.com>
Subject: Re: Problem with gpr file after updating GNAT
Date: Mon, 5 Dec 2022 04:30:06 -0800 (PST)	[thread overview]
Message-ID: <57d4cc64-d74a-4657-bbc6-686f60c447a4n@googlegroups.com> (raw)
In-Reply-To: <3f881d33-40c0-4c30-96c1-9df82bbddbb0n@googlegroups.com>

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 after reviewing the gprbuild docs. 
> 
<snip>
> 
> for Object_Dir use "build-normal"; 
> for Exec_Dir use "product-normal"; 
> for Main use ("Uniform_Aperture_Sum.adb"); -- <<< SET MAIN HERE 
> 
 I don't know much about macOS, so I don't know for sure, but maybe you need a

package Naming is
   for Casing use "MixedCase";
end Naming;

-- 
~egilhh

  reply	other threads:[~2022-12-05 12:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-05  8:47 Problem with gpr file after updating GNAT Jerry
2022-12-05 12:30 ` Egil H H [this message]
2022-12-05 17:16 ` Simon Wright
2022-12-06 10:56   ` Jerry
replies disabled

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