[gvd-devel] CVS checkout?

Arnaud Charlet charlet@ACT-Europe.FR
Thu, 13 Sep 2001 14:37:11 +0200


> OK. Let's take it all from the start. I have now reverted all changes I
> made for "make dist" to work, and RPM .spec file to be included, and
> updated everything else from CVS, too. When trying to ./configure, then
> make, I now get the output included as attachment.

Your forgot to follow the first advice in the "INSTALL" file:

<<
If you have a previous version of GtkAda on your system, we recommend that
you remove it using the following command:

   $ rm -rf <prefix>/include/gtkada
>>

In this case, it sounds like you have a version of GtkAda in your default
search path (maybe due to some GtkAda rom from ALT).

You need to remove GtkADa from the gnatmake search path completely (you can
verify the search path by using gnatls -v).

> I haven't made *any* changes to my gnat setup, so if it isn't right, there
> is something wrong with the binary packages I installed.

Right.

> Oh, I didn't think of that. I never have spaces there, I think they are
> *bad*...

Well, even if I agree with you, you can understand that we can only
integrate patches that handle all (or as much as possible) cases properly,
if possible.

Arno