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

Emmanuel Briot briot@gnat.com
Thu, 28 Jun 2001 09:34:38 +0200


 > gcc -c -g -O2 -gnata -gnatwuwe -I/cygdrive/c/usr/lib/GtkAda-1.3.12/lib -I../
 > gnat gvd_main.adb
 > gvd_main.adb:21.06: file "glib.ads" not found
 > compilation abandoned
 > gnatmake: "gvd_main.adb" compilation error
 > ...
 > 
 > The file /cygdrive/c/usr/lib/Gtk-Ada-1.3.12/lib/glib.ads DOES exist, BUT
 > GNAT DOESN'T WANT TO USE IT ???!


I guess you noticed that the name of the directory you give above and the name
in the gcc command line are not the sames ? Check the spelling of GtkAda (vs
Gtk-Ada).

Emmanuel