comp.lang.ada
 help / color / mirror / Atom feed
From: Jere <jhb.chat@gmail.com>
Subject: Re: Setting up GPRBUILD for Ada in mingw64
Date: Wed, 12 Jul 2017 06:09:54 -0700 (PDT)
Date: 2017-07-12T06:09:54-07:00	[thread overview]
Message-ID: <1aa5239b-95cc-4ed4-b369-a8e4494e6619@googlegroups.com> (raw)
In-Reply-To: <lybmoqrvxb.fsf@pushface.org>

On Wednesday, July 12, 2017 at 2:50:10 AM UTC-4, Simon Wright wrote:
> Jere writes:
> 
> > but when I tried to run a simple:
> >
> > gprbuild -P test_gnoga.gpr
> >
> > or any gpr file for that matter, I get the following error
> >
> > "Error: no native compiler found for language 'ada', default runtime
> > test_gnoga.gpr:1:06: unknown project file: "Gnoga"
> > gprbuild: "test_gnoga.gpr" processing failed"
> 
> gprbuild uses gprconfig to work out what compilers are
> available. gprconfig probes the environment in various ways, for example
> by examining the output of "gcc -dumpmachine".
> 
> Try running "gprconfig -v foo.gpr" and see whether (a) the compiler
> you've installed is found at all, (b) [if you can! the output can be a
> bit terse] why it was rejected.
> 


Sorry, the earlier attempt had bad formatting.  Hopefully this looks better:
$ gprbuild -v test_gnoga.gpr
GPRBUILD GPL 2015 (20150428) (i686-pc-mingw32)
Copyright (C) 2004-2015, Free Software Foundation, Inc.
 24 lines: No errors
gprconfig --batch -o D:\Program_Files\msys64\home\Jere\Test_Gnoga\obj\auto.cgpr                                                                  
--target=x86-windows --config=ada,,
Error: no native compiler found for language 'ada', default runtime
Creating configuration file: D:\Program_Files\msys64\home\Jere\Test_Gnoga\obj\
auto.cgpr
Checking configuration D:\Program_Files\msys64\home\Jere\Test_Gnoga\obj\
auto.cgpr
Setting the default project search directories

==============Error messages for project file: D:\Program_Files\msys64\home\
Jere\test_gnoga.gpr
     1. with "Gnoga";
             |
        >>> unknown project file: "Gnoga"

 24 lines: 1 error
gprbuild: "test_gnoga.gpr" processing failed


  parent reply	other threads:[~2017-07-12 13:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-12  0:26 Setting up GPRBUILD for Ada in mingw64 Jere
2017-07-12  6:50 ` Simon Wright
2017-07-12 13:05   ` Jere
2017-07-12 13:09   ` Jere [this message]
2017-08-29 14:16     ` Jere
2017-07-12  6:54 ` 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