Building on Fedora 8
"R. B. Love" <[email protected]> Sun, 02 Mar 2008 11:20:40 -0600
| Newsgroups | gmane.comp.ide.gps.devel |
|---|---|
| Message-ID | <[email protected]> |
I'm trying to get a version working on my Fedora 8 AMD-64 machine. So far when I try to build, it fails at the point of building the main. I've gotten by many things before this but here I don't see what to do to point it to prj.ads. I can find the file in the gnat subdirectory but why can the project file and Make find it? Building project gnatlib_gtk gnatmake: objects up to date. gnatmake -Pgps gps-main.adb gcc -c -g -gnatec=/home/rlove/gps/gps/gnat_debug.adc -g -O1 -gnata -gnatVa -gnatQ -gnaty -gnatwaCJe -gnat05 -I- -gnatA /home/rlove/gps/gps/src/gps-main.adb gps-main.adb:55:06: file "prj.ads" not found gps-main.adb:55:06: "PROJECTS (spec)" depends on "PRJ (spec)" gps-main.adb:55:06: "ENTITIES (spec)" depends on "PROJECTS (spec)" gps-main.adb:55:06: "PROJECTS (spec)" depends on "NAMET (spec)" gps-main.adb:55:06: "GPS.MAIN (body)" depends on "DDE (spec)" gps-main.adb:55:06: "DDE (spec)" depends on "GPS.KERNEL (spec)" gps-main.adb:55:06: "GPS.KERNEL (spec)" depends on "ENTITIES (spec)" gps-main.adb:55:06: "ENTITIES (spec)" depends on "PROJECTS.REGISTRY (spec)" gps-main.adb:55:06: "PROJECTS.REGISTRY (spec)" depends on "PRJ (spec)" gps-main.adb:76:06: file "prj.ads" not found gps-main.adb:76:06: "PROJECTS.EDITOR (spec)" depends on "PRJ (spec)" [/home/rlove/gps] gps-main.adb:76:06: "GPS.MAIN (body)" depends on "PROJECTS.EDITOR (spec)" gps-main.adb:76:06: "PROJECTS.EDITOR (spec)" depends on "OUTPUT (spec)" gps-main.adb:596:37: "Signal_Child_Selected" is undefined gps-main.adb:599:37: "Signal_Child_Title_Changed" is undefined [deleted] src_editor_buffer.ads:797:56: "Signal_Name" is not visible (more references follow) src_editor_buffer.ads:797:56: non-visible declaration at glib-object.ads:207 gnatmake: "/home/rlove/gps/gps/src/gps-main.adb" compilation error make[1]: *** [internal-build] Error 4 make: *** [default] Error 2