From: Michael A on
Experienced pgmr her but new to Ada, and using Stéphane Rivière's AIDE
downloaded development environment, but can't get it configured
properly to have gnatmake.exe in path.

Can anyone consult for me to get it configured properly?

Tks
From: Britt on
On Sep 2, 10:56 pm, Michael A <michael.m.ay...(a)gmail.com> wrote:
> Experienced pgmr her but new to Ada, and using Stéphane Rivière's AIDE
> downloaded development environment, but can't get it configured
> properly to have gnatmake.exe in path.
>
> Can anyone consult for me to get it configured properly?

I can't help you with AIDE since I've never seen it. However I
suggest you also look at the GPL edition of the GNAT Programming
Studio (GPS) if you are using GNAT and are new to Ada. GPS is easy to
configure and use, and it is "aware" of GNAT project files. It's
available from http://libre.adacore.com/libre/

- Britt

From: Ludovic Brenta on
On Sep 3, 5:56 am, Michael A <michael.m.ay...(a)gmail.com> wrote:
> Experienced pgmr her but new to Ada, and using Stéphane Rivière's AIDE
> downloaded development environment, but can't get it configured
> properly to have gnatmake.exe in path.
>
> Can anyone consult for me to get it configured properly?

What did you do that gave you an error? A precise description of your
symptoms (not your diagnosis) would help.

Wild guess: according to the user's guide, the file aide.cmd
configures the path for you; it assumes you installed aide in C:\aide.
If that is not the case you need to change the ADA_ROOT variable in
aide.cmd.

HTH

--
Ludovic Brenta.
From: Michael A on
On Sep 3, 8:19 am, Britt <britt.snodgr...(a)gmail.com> wrote:
> On Sep 2, 10:56 pm, Michael A <michael.m.ay...(a)gmail.com> wrote:
>
> > Experienced pgmr her but new to Ada, and using Stéphane Rivière's AIDE
> > downloaded development environment, but can't get it configured
> > properly to have gnatmake.exe in path.
>
> > Can anyone consult for me to get it configured properly?
>
> I can't help you with AIDE since I've never seen it.  However I
> suggest you also look at the GPL edition of the GNAT Programming
> Studio (GPS) if you are using GNAT and are new to Ada.  GPS is easy to
> configure and use, and it is "aware" of GNAT project files. It's
> available fromhttp://libre.adacore.com/libre/
>
> - Britt

Thanks
From: Michael A on
On Sep 4, 12:53 am, Ludovic Brenta <ludo...(a)ludovic-brenta.org> wrote:
> On Sep 3, 5:56 am, Michael A <michael.m.ay...(a)gmail.com> wrote:
>
> > Experienced pgmr her but new to Ada, and using Stéphane Rivière's AIDE
> > downloaded development environment, but can't get it configured
> > properly to have gnatmake.exe in path.
>
> > Can anyone consult for me to get it configured properly?
>
> What did you do that gave you an error? A precise description of your
> symptoms (not your diagnosis) would help.
>
> Wild guess: according to the user's guide, the file aide.cmd
> configures the path for you; it assumes you installed aide in C:\aide.
> If that is not the case you need to change the ADA_ROOT variable in
> aide.cmd.
>
> HTH
>
> --
> Ludovic Brenta.

Thanks