Re: trouble in building gps
alwyn lee <[email protected]> Wed, 25 Oct 2006 19:22:33 -0700 (PDT)
| Newsgroups | gmane.comp.ide.gps.devel |
|---|---|
| Message-ID | <[email protected]> |
--===============0437227174==
Content-Type: multipart/alternative; boundary="0-1693053297-1161829353=:90973"
Content-Transfer-Encoding: 7bit
--0-1693053297-1161829353=:90973
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
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=20
----------------------------------------------------------------
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 val=
id 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 .
=20
Arnaud Charlet <[email protected]> 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 wit=
h
your GPS sources.
Arno
-------------------------------------------------------------------------=
----
=C0=EE=D3=D0=B6=B0
[email protected] (Messenger)
[email protected] (Mail)
-------------------------------------------------------------------------=
----
=09
---------------------------------
Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small =
Business.
--0-1693053297-1161829353=:90973
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
<DIV>arno,thanks a lot !</DIV> <DIV>here is another importan fact is tha=
t 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:</DIV> <DIV>-=
--------------------------------------</DIV> <DIV>project Gtkada is</DIV=
> <DIV> for Source_Dirs use ("-aI/usr/include/gtkada -aO/usr=
/lib/gtkada");<BR> for Object_Dir use "-aI/usr/include/gtkada=
-aO/usr/lib/gtkada";</DIV> <DIV>end Gtkada;<BR>------------------------=
-----------------------------------------</DIV> <DIV>but when i bui=
ld the gps,it point out that </DIV> <DIV>-------------------------------=
---------------------------------</DIV> <DIV>gnatmake -Pgps gps.adb<BR>g=
tkada.gpr:1:01: the object directory "-aI/usr/include/gtkada -aO/usr/lib/=
gtkada" cannot be found<BR>gtkada.gpr:3:25: "-aI/usr/include/gtkada -aO/u=
sr/lib/gtkada" is not a valid directory<BR>gnatmake: "gps" processing fai=
led</DIV>=20
<DIV>----------------------------------------------------------------</D=
IV> <DIV><STRONG>then I changed the object directory as( "usr/include/gt=
kada","/usr/lib/gtkada"),and I creat a obj dir in the gtkada folder, poin=
t the Object_Dir to it , so the gtkada.gpr changed as below:</STRONG></DI=
V> <DIV>---------------------------</DIV> <DIV>project Gtkada is</DIV> =
<DIV> for Source_Dirs use ("/usr/include/gtkada","/usr/lib/g=
tkada");<BR> for Object_Dir use "obj";</DIV> <DIV>end Gtkada=
;<BR></DIV> <DIV>so this err disappear,other problems as the f=
ormer email has come out, It's so terrible for me !!!!</DIV> =
<DIV>------------</DIV> <DIV>gcc -c -g -O2 -gnatn -gnatws -I- -gnatA /gp=
s2/gps222.1.0-academic/glide/src/gps.adb<BR>gps.adb:1312:10: "Maximize_Ch=
ildren" is undefined<BR>glide_kernel-modules.ads:243:31: "Dock_Side" not =
declared in "MDI"<BR>glide_kernel-modules.ads:243:55: "None" not declared=
in "MDI"<BR>gnatmake:
"/gps2/gps222.1.0-academic/glide/src/gps.adb" compilation error</DIV> <=
DIV>----------------------------</DIV> <DIV><STRONG>HOW CAN I DO I=
T ??? I NEED HELP,THANKS EVERYBODY WHO HAVE READ IT .</STRONG></DIV> <DI=
V><STRONG><BR><I>Arnaud Charlet <[email protected]></I></STRONG> =
wrote:</DIV> <BLOCKQUOTE class=3Dreplbq style=3D"PADDING-LEFT: 5px; MARG=
IN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">> here are some more pro=
blems,does it because I did not install xmlada? Is it must be installed? =
so there is such MDI problems.<BR><BR>These errors mean that you are usin=
g a version of GtkAda incompatible with<BR>your GPS sources.<BR><BR>Arno<=
BR></BLOCKQUOTE><BR><BR><BR>---------------------------------------------=
--------------------------------<br> =C0=EE=D3=D0=B6=B0<br>alwyn116@h=
otmail.com (Messenger)<br>[email protected] (Mail)<br><br>-------=
----------------------------------------------------------------------<p>=
 
=09
<hr size=3D1>Get your own <a href=3D" http://us.rd.yahoo.com/evt=3D4329=
0/*http://smallbusiness.yahoo.com/domains"
>web address for just $1.99/1st yr</a>. We'll help. <a href=3D"http://us.=
rd.yahoo.com/evt=3D41244/*http://smallbusiness.yahoo.com/"
>Yahoo! Small Business</a>.
--0-1693053297-1161829353=:90973--
--===============0437227174==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
gps-devel mailing list
[email protected]
http://lists.adacore.com/mailman/listinfo/gps-devel
--===============0437227174==--