From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ab26e93e5cda5b8a X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!peer1.news.newnet.co.uk!194.159.246.34.MISMATCH!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: John McCabe Newsgroups: comp.lang.ada Subject: Re: GnatBench (from GPL edition) Date: Tue, 25 Mar 2008 21:17:34 +0000 Message-ID: <3mqiu3pdt12sirmn5dko6mjo1snr3infrh@4ax.com> References: <0c45u3pfughmu7ir3qppv068vpilh22e01@4ax.com> <83f3c6f9-603d-45ea-9653-bd4790f84871@e60g2000hsh.googlegroups.com> NNTP-Posting-Host: assen.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.demon.co.uk 1206479855 14915 80.176.146.77 (25 Mar 2008 21:17:35 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Tue, 25 Mar 2008 21:17:35 +0000 (UTC) X-Newsreader: Forte Free Agent 2.0/32.652 Xref: g2news1.google.com comp.lang.ada:20572 Date: 2008-03-25T21:17:34+00:00 List-Id: Britt Snodgrass 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