This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
gcc-gnat error with gnatdist
- From: Nicholas Donovan <Nicholas dot Donovan at ionicorp dot com>
- To: bug-gcc at gnu dot org
- Date: Thu, 20 Mar 2003 22:07:19 -0600
- Subject: gcc-gnat error with gnatdist
I don't know if this has been covered or not but when I attempt to implement
the gnatdist command for the distributed systems annex it does not work as
glade is not installed.
I don't know how to implement distributed systems using the gcc-gnat-3.2.2
system. I like the ability to use the language of choice but I really need
access to the distributed annex. (Annex E)
Annex E is very important to many developers. Unfortunately, when attempting
to install glade-3.15 from source, I get the error that my compiler version,
gcc-gnat-3.2.2. is not equal to 3.13 or later and thus glade will not
compile.
The exact error is as follows:
...
checking for gnatmake... gnatmake
checking for GNAT sources... ada
checking for gnatls... gnatls
checking for sed... (cached) sed
checking if the Ada compiler is recent enough... ./configure: test: release:
integer expression expected
no
configure: error: Please get a version of GNAT no older than 3.14 (20010122)
(it looks like you only have GNAT 3.2.2 20030205 (release))
Any thoughts on this would be greatly appreciated.
Thanks,
Nick