Re: Trouble Building GPS
Arnaud Charlet <[email protected]> Wed, 1 Jun 2005 08:44:45 +0200
| Newsgroups | gmane.comp.ide.gps.devel |
|---|---|
| Message-ID | <[email protected]> |
> gnatmake -Pgps gps-main.adb > gcc -c -g -gnatec=/root/gps/gps/gnat_debug.adc -g -O -gnata -gnatVa - > gnatQ -gnaty -gnatwjmeurk -Wall -I- -gnatA /root/gps/gps/src/gps- > main.adb > projects.ads:509:22: "Project_Node_Tree_Ref" not declared in "Tree" > projects.ads:566:57: "Project_Tree_Ref" not declared in "Prj" You probably need to get sources from the HEAD of GCC (4.1) rather than 4.0 > [deleted] > gps-kernel-modules.ads:221:28: "Child_Position" not declared in "MDI" > gps-kernel-modules.ads:221:57: "Position_Default" not declared in "MDI" > gps-kernel-standard_hooks.ads:169:37: "Child_Position" not declared > in "MDI" You also need to use GtkAda from CVS. Arno