Re: problem with gps 2.1.0
Arnaud Charlet <[email protected]> Thu, 30 Dec 2004 13:25:02 +0100
| Newsgroups | gmane.comp.ide.gps.devel |
|---|---|
| Message-ID | <[email protected]> |
> I installed last stable release of gps (2.1.0), and here is what I get > when I try to use menu "edit -> generate body" from a .ads file : That's probably because we now use "gnat stub" instead of "gnatstub" to generate files. gnat stub isn't supported by gnat 3.15p In order to work around this, you can edit the file gnatstub.xml that comes with gps, and replace gnat stub %PPs by e.g. gnatstub Arno