[gvd-devel] Help needed ! - can not build GVD 1.2.0 for Windows 98 (glib.ads is missing)

Arnaud Charlet gvd-devel@act-europe.fr
Thu, 28 Jun 2001 09:59:13 +0200


> I'm sorry (...Gtk-Ada... was a misspelling). The file glib.ads is
> /cygdrive/c/usr/lib/GtkAda-1.3.12/lib/glib.ads
> And GNAT gcc can not find it. So what am i doing wrong, then?

/cygdrive is not the name of a real directory, it is a convention recognized
by cygwin tools.

GNAt is not a cygwin tool, so it does not recognize cygdrive.

Use standard windows names instead, e.g

c:\usr\lib...

Or if your shell has trouble with backslashes, forward slashes are also
an option.

Arno