comp.lang.ada
 help / color / mirror / Atom feed
From: "Nasser M. Abbasi" <nma@12000.org>
Subject: Re: Working folders for a project
Date: Mon, 26 Sep 2022 22:24:44 -0500	[thread overview]
Message-ID: <tgtqdt$g0r$1@gioia.aioe.org> (raw)
In-Reply-To: bb5f5857-a402-4cd5-9a11-3edeaef585c4n@googlegroups.com

On 9/26/2022 9:50 PM, Rick Duley wrote:
> It is my practice to load my software in the folder 'C:\' on my PC but to do my work in a separate disc partition 'D:\'.
> 
> I have created a new Project deploying it in D:\Ada Programming.  I specified the Project Name and Main Name as My_SDC.  My_SDC reads
> 
> project My_Sdc is
>      for Source_Dirs use ("Source Files");
>      for Object_Dir use "Object Files";
>      for Main use ("my_sdc.adb");
> end My_Sdc;
> 
> Project --> Build All is successful and placed the relevant files where I expect them to be.
> 
> Project --> Build and Run --> My_SDC.adb results in this error message:
> 
> [2022-09-27 10:45:00] Error while trying to execute D:\Ada Programming\obj\my_sdc.exe: not an executable
> 
> Something is looking for a folder called D:\Ada Programming\obj which does not exist.  How do I get it to look in the right place?
> 

I can't help you with the error but just one free advice

Never, ever use a space in files names or folder names.

Use "_" instead of space as a separator.

So "Ada Programming" folder name should be renamed to "Ada_Programming"

--Nasser

  reply	other threads:[~2022-09-27  3:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-27  2:50 Working folders for a project Rick Duley
2022-09-27  3:24 ` Nasser M. Abbasi [this message]
2022-09-27  6:14 ` Emmanuel Briot
2022-09-27  6:27 ` Dmitry A. Kazakov
2022-09-27  7:43   ` Rick Duley
2022-09-27  8:30     ` Dmitry A. Kazakov
2022-09-27  7:59   ` G.B.
2022-09-27 14:16   ` Simon Wright
2022-09-28 20:35 ` Stephen Leake
2022-09-28 21:22   ` Björn Lundin
2022-09-29  8:13   ` Simon Wright
2022-09-29  8:57     ` Simon Wright
replies disabled

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