comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon.j.wright@mac.com>
Subject: Re: GnatBench (from GPL edition)
Date: Wed, 26 Mar 2008 21:07:29 +0000
Date: 2008-03-26T21:07:29+00:00	[thread overview]
Message-ID: <m2prth9otq.fsf@mac.com> (raw)
In-Reply-To: 3mqiu3pdt12sirmn5dko6mjo1snr3infrh@4ax.com

John McCabe <john@nospam.assen.demon.co.uk.nospam> writes:

> 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?

If you were executing this by hand from somw other directory, you
could give make the -C option (change to named directory before
running):

  make \
     -C "C:\EclipseWorkspace\AdaStartProj" \
     GPRPATH="C:\EclipseWorkspace\AdaStartProj\AdaStartProj.gpr" \
     build

Don't know if that will help ...



  reply	other threads:[~2008-03-26 21:07 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-20 16:35 GnatBench (from GPL edition) John McCabe
2008-03-20 16:46 ` John McCabe
2008-03-20 22:08   ` Britt Snodgrass
2008-03-25 18:06     ` John McCabe
2008-03-25 20:32       ` Britt Snodgrass
2008-03-25 21:17         ` John McCabe
2008-03-26 21:07           ` Simon Wright [this message]
2008-03-26 22:05             ` John McCabe
2008-03-27  9:07               ` Stephen Leake
2008-03-27 10:08                 ` John McCabe
2008-03-29  0:28                   ` Stephen Leake
2008-03-29  2:48                     ` Britt Snodgrass
2008-03-29 23:32                       ` John McCabe
2008-03-30  8:24                         ` Dmitry A. Kazakov
2008-03-31 14:23                           ` John McCabe
2008-03-31 16:12                             ` Dmitry A. Kazakov
2008-03-31 16:43                               ` John McCabe
2008-04-01  0:09                         ` Randy Brukardt
2008-04-01  4:19                           ` Eric Hughes
2008-04-01  7:39                           ` Georg Bauhaus
2008-04-01 19:52                             ` Randy Brukardt
2008-04-01 19:58                             ` Randy Brukardt
2008-04-02 21:03                           ` John McCabe
2008-04-03  3:20                             ` Randy Brukardt
2008-04-03  7:35                               ` Dmitry A. Kazakov
2008-04-03 10:20                               ` John McCabe
2008-04-04  2:20                                 ` Randy Brukardt
2008-04-04 22:50                                   ` John McCabe
2008-04-03 10:14                           ` Steffen Huber
2008-04-01 17:06                         ` Pascal Obry
2008-03-29 23:10                     ` John McCabe
2008-03-26 10:19         ` John McCabe
2008-03-26 14:35           ` Britt Snodgrass
2008-03-26 14:40             ` Britt Snodgrass
2008-03-26 18:14             ` John McCabe
2008-04-29  9:34 ` John McCabe
replies disabled

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