[gps-devel] trouble in building gps
alwyn lee
alwynbjut at yahoo.com
Thu Oct 26 04:22:33 CEST 2006
arno,thanks a lot !
here is another importan fact is that when I installed the gtkada 2.4.2 sucessfully,then I make the gps2.1.0,the gtkada.gpr in the directory of gps/gtkada is like this:
---------------------------------------
project Gtkada is
for Source_Dirs use ("-aI/usr/include/gtkada -aO/usr/lib/gtkada");
for Object_Dir use "-aI/usr/include/gtkada -aO/usr/lib/gtkada";
end Gtkada;
-----------------------------------------------------------------
but when i build the gps,it point out that
----------------------------------------------------------------
gnatmake -Pgps gps.adb
gtkada.gpr:1:01: the object directory "-aI/usr/include/gtkada -aO/usr/lib/gtkada" cannot be found
gtkada.gpr:3:25: "-aI/usr/include/gtkada -aO/usr/lib/gtkada" is not a valid directory
gnatmake: "gps" processing failed
----------------------------------------------------------------
then I changed the object directory as( "usr/include/gtkada","/usr/lib/gtkada"),and I creat a obj dir in the gtkada folder, point the Object_Dir to it , so the gtkada.gpr changed as below:
---------------------------
project Gtkada is
for Source_Dirs use ("/usr/include/gtkada","/usr/lib/gtkada");
for Object_Dir use "obj";
end Gtkada;
so this err disappear,other problems as the former email has come out, It's so terrible for me !!!!
------------
gcc -c -g -O2 -gnatn -gnatws -I- -gnatA /gps2/gps222.1.0-academic/glide/src/gps.adb
gps.adb:1312:10: "Maximize_Children" is undefined
glide_kernel-modules.ads:243:31: "Dock_Side" not declared in "MDI"
glide_kernel-modules.ads:243:55: "None" not declared in "MDI"
gnatmake: "/gps2/gps222.1.0-academic/glide/src/gps.adb" compilation error
----------------------------
HOW CAN I DO IT ??? I NEED HELP,THANKS EVERYBODY WHO HAVE READ IT .
Arnaud Charlet <charlet at adacore.com> wrote:
> here are some more problems,does it because I did not install xmlada? Is it must be installed? so there is such MDI problems.
These errors mean that you are using a version of GtkAda incompatible with
your GPS sources.
Arno
-----------------------------------------------------------------------------
ÀîÓж°
alwyn116 at hotmail.com (Messenger)
alwyn116 at yahoo.com.cn (Mail)
-----------------------------------------------------------------------------
---------------------------------
Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small Business.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/gps-devel/attachments/20061026/b7af7482/attachment.html
More information about the gps-devel
mailing list