Britt Snodgrass <britt.snodgrass@[EMAIL PROTECTED]
> wrote:
Britt
>I use GNU Make 3.79.1 build for mingw32:
>
>>make --version
>GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
>Built for mingw32
>Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
> Free Software Foundation, Inc.
>This is free software; see the source for copying conditions.
>There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
>PARTICULAR PURPOSE.
Thanks for that.
>I assume you have make.exe somewhere in your system search path before
>starting Eclipse, in addition to the GNAT bin directory. Take a look
>inside your .project and .gb_project files to see if they look right
>and make sure that the .gb_project file contains the right relative
>path to the .gpr file.
I'll check that tomorrow when I'm back at work but, as I said earlier,
the command that fails is:
make GPRPATH="C:\EclipseWorkspace\AdaStartProj\AdaStartProj.gpr" build
The path to the GPR file is entirely correct, the problem is that the
Makefile is also in that folder but, without running make from that
folder, it's not going to build and, for some reason, my installation
of Eclipse/CDT/Gnatbench doesn't seem to enter the right folder before
executing make!
That exact command, when run manually from my command line, works
perfectly. I noticed in one of the .xxx files that it identifies
information on the GNAT builder. There is an XML field for options to
send to the builder, I don't suppose there could be something in there
that would help?
Thanks again.
John


|