Fwd: GPS with Mac Leopard Adventures

Roger Mc Murtrie <[email protected]> Mon, 26 Nov 2007 19:55:22 +1100
Newsgroups gmane.comp.ide.gps.devel
Message-ID <[email protected]>
--===============1591653281==
Content-Type: multipart/alternative; boundary=Apple-Mail-2-864274608


--Apple-Mail-2-864274608
Content-Type: text/plain;
	charset=US-ASCII;
	format=flowed;
	delsp=yes
Content-Transfer-Encoding: 7bit

> Now get Splash screen and can work through wizard but lose GPS  
> window when I select OK button.
> I'd better consult the GPS manual to see what's supposed to happen.
>
> To get to this stage I had to delete the call to
> 	Get_Pixel_Size from GtkAda/src gtkada-mdi.adb
> Will try and sort this out later.
>
> Regards,
> Roger
>
> Following is a summary of my adventures so far:
>
> ------------------------------------------------------------------------------------
> Configuration:
> Intel Mac-mini1,1
> MacOSX 10.5.1 (Leopard)
> Xcode 3.0
> GNAT 4.3.0 20070903 (experimental) [trunk revision 128061]
> GtkAda-2.8.1
> xmlada-2.2w static library
>
> To build under MacOSX 10.5 (Leopard),
> /usr/X11R6/lib/libexpat.0.dylib has to be copied from  MacOSX 10.4  
> (Tiger) /usr/X11R6/lib/libexpat.0.dylib
> as it is not included with MacOSX 10.5
>
> PATH=/usr/local/ada-4.3/bin:$PATH
> PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
> export PKG_CONFIG_PATH
> ADA_PROJECT_PATH=/usr/local/lib/gnat
> export ADA_PROJECT_PATH
> cd /Users/Roger/Desktop/Ada/gps-4.0.2
> ./configure
> make
> sudo make install
>
> In the following "delete" means "comment out".
>
> To get gps to build:
> 1. In common/gnat/gexpect_tty.c
> 	deleted
> 	#include SYSTEM_INCLUDE
> 	added
> 	#define subprocesses
>
> 2. In common/src/vfs.ads
> 	moved
> 	type Virtual_Dir is record
>       File       : Virtual_File;
>       Files_List : File_Array_Access;
>       Current    : Natural;
> 	end record;
> 	ahead of
>   	No_File : constant Virtual_File :=
>      (Ada.Finalization.Controlled with Value => null);
> 	(As far as I understand, syntactically according to the ARM, it was  
> ok where it was.)
>
> 3.	In builder/src/Makefile.generic
> 	added
> 	ADAFLAGS+=-I/usr/local/ada-4.3/lib/gcc/i686-apple-darwin8/4.3.0/ 
> adainclude -x
> 	(-x allows compilation of needed units external to projects)
>
> 4.  In codefix/src directory
> 	changed name of file
> 	glib-properties-creation.adb
> 	to
> 	codefix-glib-properties-creation.adb
>
> 5. In gnat_src/stand.ads
> 	changed
>    Standard_Numeric_Error       : Entity_Id renames SE  
> (S_Numeric_Error);
> 	to
>    Standard_Numeric_Error       : Entity_Id renames SE  
> (S_Constraint_Error);
> 	(Is this right? I did it because of ARM95 Section J.6)
>
> 6.	In GtkAda/src gtkada-mdi.adb
> 	deleted call to
> 	Get_Pixel_Size
>
> 7.	In kernel/src/gps-main_window
> 	changed
> 	Configure
>         (Get_MDI (Kernel),
> 	to
>       Gtkada.MDI.Configure
>         (Get_MDI (Kernel),
> 	(because it took me so long to track down the right procedure  
> Configure declaration.)
>
> ----------------------------------------------------------------------------------
>
>
> On 26/11/2007, at 11:09 AM, Roger Mc Murtrie wrote:
>
>> Subject was Re: [gps-devel] Where is Set_Priorities?I
>>
>> Intel Mac under Mac OSX 10.5 (Leopard)
>> Probably a bit ambitious, but worth a try.
>> So far I have it compiling, linking, starting than hanging.
>> Currently trying to find out where its hanging.
>> Roger
>>
>> On 26/11/2007, at 12:31 AM, Ludovic Brenta wrote:
>>
>>> Roger Mc Murtrie <[email protected]> writes:
>>>> That sounds like a bit of a challenge for the future and worth  
>>>> trying.
>>>> For the moment, getting gps-4.0.2-gpl built and working should  
>>>> keep me
>>>> busy for a while.
>>>> Success is not particularly anticipated just now, but we live in  
>>>> hope.
>>>> If I do manage to get the thing working; hopefully, I'll be able to
>>>> have a go at "putting out the binaries".
>>>> Thanks for the encouragement,
>>>> Roger
>>>
>>> What platform are you trying to build on?  If GNU/Linux or *BSD, I
>>> suggest check out the build scripts I wrote for Debian.  In my
>>> experience, GPS is difficult to build.
>>>
>>> -- 
>>> Ludovic Brenta.
>>
>


--Apple-Mail-2-864274608
Content-Type: text/html;
	charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

<html><body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space; "><div><blockquote =
type=3D"cite"><div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><span =
class=3D"Apple-style-span" style=3D"-webkit-text-stroke-width: -1; =
"><font class=3D"Apple-style-span" color=3D"#000000">Now get Splash =
screen and can work through wizard but lose GPS window when I select OK =
button.</font></span></div></div><div style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; =
"><div><font class=3D"Apple-style-span" color=3D"#000000">I'd better =
consult the GPS manual to see what's supposed to =
happen.</font></div><div><font class=3D"Apple-style-span" =
color=3D"#000000"><br =
class=3D"webkit-block-placeholder"></font></div><div><font =
class=3D"Apple-style-span" color=3D"#000000">To get to this stage I had =
to delete the&nbsp;</font><span class=3D"Apple-style-span" =
style=3D"font-family: 'Lucida Grande'; "><font class=3D"Apple-style-span" =
color=3D"#000000">call to</font></span></div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: =
normal normal normal 12px/normal Monaco; "><span style=3D"font: normal =
normal normal 12px/normal 'Lucida Grande'; "><span =
class=3D"Apple-tab-span" style=3D"white-space: pre; "><font =
class=3D"Apple-style-span" color=3D"#000000">	=
</font></span></span><font class=3D"Apple-style-span" =
color=3D"#000000">Get_Pixel_Size from</font><span =
class=3D"Apple-style-span" style=3D"font-family: 'Lucida Grande'; =
"><font class=3D"Apple-style-span" color=3D"#000000">&nbsp;GtkAda/src =
gtkada-mdi.adb</font></span></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal Monaco; "><font class=3D"Apple-style-span" =
face=3D"'Lucida Grande'"><font class=3D"Apple-style-span" =
color=3D"#000000">Will try and sort this out =
later.</font></font></div><div style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
12px/normal Monaco; "><font class=3D"Apple-style-span" face=3D"'Lucida =
Grande'"><font class=3D"Apple-style-span" color=3D"#000000"><br =
class=3D"webkit-block-placeholder"></font></font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Monaco; "><font =
class=3D"Apple-style-span" face=3D"'Lucida Grande'"><font =
class=3D"Apple-style-span" =
color=3D"#000000">Regards,</font></font></div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: =
normal normal normal 12px/normal Monaco; "><font =
class=3D"Apple-style-span" face=3D"'Lucida Grande'"><font =
class=3D"Apple-style-span" color=3D"#000000">Roger</font></font></div><div=
 style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Monaco; "><font =
class=3D"Apple-style-span" face=3D"'Lucida Grande'"><font =
class=3D"Apple-style-span" color=3D"#000000"><br =
class=3D"webkit-block-placeholder"></font></font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Monaco; "><font =
class=3D"Apple-style-span" face=3D"'Lucida Grande'"><font =
class=3D"Apple-style-span" color=3D"#000000">Following is a summary of =
my adventures so far:</font></font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal Monaco; "><font class=3D"Apple-style-span" =
face=3D"'Lucida Grande'"><font class=3D"Apple-style-span" =
color=3D"#000000"><br =
class=3D"webkit-block-placeholder"></font></font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Monaco; "><font =
class=3D"Apple-style-span" face=3D"'Lucida Grande'"><font =
class=3D"Apple-style-span" =
color=3D"#000000">--------------------------------------------------------=
----------------------------</font></font></div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: =
normal normal normal 12px/normal Monaco; "><font =
class=3D"Apple-style-span" face=3D"'Lucida Grande'"><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Helvetica; =
"><font class=3D"Apple-style-span" =
color=3D"#000000">Configuration:</font></div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: =
normal normal normal 12px/normal Helvetica; "><font =
class=3D"Apple-style-span" color=3D"#000000">Intel =
Mac-mini1,1</font></div><div style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
12px/normal Helvetica; "><font class=3D"Apple-style-span" =
color=3D"#000000">MacOSX 10.5.1 (Leopard)</font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Helvetica; =
"><font class=3D"Apple-style-span" color=3D"#000000">Xcode =
3.0</font></div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
12px/normal Helvetica; "><font class=3D"Apple-style-span" =
color=3D"#000000">GNAT 4.3.0 20070903 (experimental) [trunk revision =
128061]</font></div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
12px/normal Helvetica; "><font class=3D"Apple-style-span" =
color=3D"#000000">GtkAda-2.8.1</font></div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: =
normal normal normal 12px/normal Helvetica; "><font =
class=3D"Apple-style-span" color=3D"#000000">xmlada-2.2w static =
library</font></div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
12px/normal Helvetica; min-height: 14px; "><font =
class=3D"Apple-style-span" color=3D"#000000"><br></font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Helvetica; =
"><font class=3D"Apple-style-span" color=3D"#000000">To build under =
MacOSX 10.5 (Leopard),&nbsp;</font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal Helvetica; "><font class=3D"Apple-style-span" =
color=3D"#000000">/usr/X11R6/lib/libexpat.0.dylib has to be copied =
from&nbsp; MacOSX 10.4 (Tiger) =
/usr/X11R6/lib/libexpat.0.dylib</font></div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: =
normal normal normal 12px/normal Helvetica; "><font =
class=3D"Apple-style-span" color=3D"#000000">as it is not included with =
MacOSX 10.5</font></div><div style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
12px/normal Helvetica; min-height: 14px; "><font =
class=3D"Apple-style-span" color=3D"#000000"><br></font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Helvetica; =
"><font class=3D"Apple-style-span" =
color=3D"#000000">PATH=3D/usr/local/ada-4.3/bin:$PATH</font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Helvetica; =
"><font class=3D"Apple-style-span" =
color=3D"#000000">PKG_CONFIG_PATH=3D/usr/local/lib/pkgconfig</font></div><=
div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Helvetica; =
"><font class=3D"Apple-style-span" color=3D"#000000">export =
PKG_CONFIG_PATH</font></div><div style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
12px/normal Helvetica; "><font class=3D"Apple-style-span" =
color=3D"#000000">ADA_PROJECT_PATH=3D/usr/local/lib/gnat</font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Helvetica; =
"><font class=3D"Apple-style-span" color=3D"#000000">export =
ADA_PROJECT_PATH</font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal Helvetica; "><font class=3D"Apple-style-span" =
color=3D"#000000">cd /Users/Roger/Desktop/Ada/gps-4.0.2</font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Helvetica; =
"><font class=3D"Apple-style-span" =
color=3D"#000000">./configure</font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal Helvetica; "><font class=3D"Apple-style-span" =
color=3D"#000000">make</font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal Helvetica; "><font class=3D"Apple-style-span" =
color=3D"#000000">sudo make install</font></div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: =
normal normal normal 12px/normal Helvetica; min-height: 14px; "><font =
class=3D"Apple-style-span" color=3D"#000000"><br></font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Helvetica; =
"><font class=3D"Apple-style-span" color=3D"#000000">In the following =
"delete" means "comment out".</font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal Helvetica; min-height: 14px; "><font =
class=3D"Apple-style-span" color=3D"#000000">&nbsp;<br =
class=3D"webkit-block-placeholder"></font></div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: =
normal normal normal 12px/normal Helvetica; "><font =
class=3D"Apple-style-span" color=3D"#000000">To get gps to =
build:</font></div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
12px/normal Helvetica; "><font class=3D"Apple-style-span" =
color=3D"#000000">1. In common/gnat/gexpect_tty.c</font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Helvetica; =
"><span class=3D"Apple-tab-span" style=3D"white-space:pre"><font =
class=3D"Apple-style-span" color=3D"#000000">	</font></span><font =
class=3D"Apple-style-span" color=3D"#000000">deleted</font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Monaco; "><span =
style=3D"font: 12.0px Helvetica"><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"><font class=3D"Apple-style-span" =
color=3D"#000000">	</font></span></span><font =
class=3D"Apple-style-span" color=3D"#000000">#include =
SYSTEM_INCLUDE</font></div><div style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
12px/normal Monaco; "><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"><font class=3D"Apple-style-span" =
color=3D"#000000">	</font></span><font class=3D"Apple-style-span" =
color=3D"#000000">added</font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal Monaco; "><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"><font class=3D"Apple-style-span" =
color=3D"#000000">	</font></span><font class=3D"Apple-style-span" =
color=3D"#000000">#define subprocesses</font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Monaco; =
min-height: 16px; "><font class=3D"Apple-style-span" =
color=3D"#000000"><br></font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal Monaco; "><font class=3D"Apple-style-span" =
color=3D"#000000">2. In common/src/vfs.ads</font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Monaco; "><span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><font =
class=3D"Apple-style-span" color=3D"#000000">	</font></span><font =
class=3D"Apple-style-span" color=3D"#000000">moved&nbsp;</font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Monaco; "><span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><font =
class=3D"Apple-style-span" color=3D"#000000">	</font></span><span =
style=3D""><font class=3D"Apple-style-span" =
color=3D"#000000">type</font></span><font class=3D"Apple-style-span" =
color=3D"#000000"> Virtual_Dir </font><span style=3D""><font =
class=3D"Apple-style-span" color=3D"#000000">is</font></span><font =
class=3D"Apple-style-span" color=3D"#000000"> </font><span =
style=3D""><font class=3D"Apple-style-span" =
color=3D"#000000">record</font></span></div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: =
normal normal normal 12px/normal Monaco; "><font =
class=3D"Apple-style-span" color=3D"#000000">&nbsp; &nbsp; &nbsp; File =
&nbsp; &nbsp; &nbsp; : Virtual_File;</font></div><div style=3D"margin-top:=
 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: =
normal normal normal 12px/normal Monaco; "><font =
class=3D"Apple-style-span" color=3D"#000000">&nbsp; &nbsp; &nbsp; =
Files_List : File_Array_Access;</font></div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: =
normal normal normal 12px/normal Monaco; "><font =
class=3D"Apple-style-span" color=3D"#000000">&nbsp; &nbsp; &nbsp; =
Current&nbsp; &nbsp; : Natural;</font></div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: =
normal normal normal 12px/normal Monaco; "><span style=3D""><span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><font =
class=3D"Apple-style-span" color=3D"#000000">	=
</font></span></span><font class=3D"Apple-style-span" =
color=3D"#000000">end</font><span style=3D""><font =
class=3D"Apple-style-span" color=3D"#000000"> </font></span><font =
class=3D"Apple-style-span" color=3D"#000000">record</font><span =
style=3D""><font class=3D"Apple-style-span" =
color=3D"#000000">;</font></span></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal Monaco; "><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"><font class=3D"Apple-style-span" =
color=3D"#000000">	</font></span><font class=3D"Apple-style-span" =
color=3D"#000000">ahead of&nbsp;</font></div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: =
normal normal normal 12px/normal Monaco; "><font =
class=3D"Apple-style-span" color=3D"#000000">&nbsp; </font><span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><font =
class=3D"Apple-style-span" color=3D"#000000">	</font></span><font =
class=3D"Apple-style-span" color=3D"#000000">No_File : </font><span =
style=3D""><font class=3D"Apple-style-span" =
color=3D"#000000">constant</font></span><font class=3D"Apple-style-span" =
color=3D"#000000"> Virtual_File :=3D</font></div><div style=3D"margin-top:=
 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: =
normal normal normal 12px/normal Monaco; "><font =
class=3D"Apple-style-span" color=3D"#000000">&nbsp;&nbsp; &nbsp; =
(Ada.Finalization.Controlled </font><span style=3D""><font =
class=3D"Apple-style-span" color=3D"#000000">with</font></span><font =
class=3D"Apple-style-span" color=3D"#000000"> Value =3D&gt; </font><span =
style=3D""><font class=3D"Apple-style-span" =
color=3D"#000000">null</font></span><font class=3D"Apple-style-span" =
color=3D"#000000">);</font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal Monaco; "><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"><font class=3D"Apple-style-span" =
color=3D"#000000">	</font></span><font class=3D"Apple-style-span" =
color=3D"#000000">(As far as I understand, syntactically according to =
the ARM, it was ok where it was.)</font></div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: =
normal normal normal 12px/normal Monaco; min-height: 16px; "><font =
class=3D"Apple-style-span" color=3D"#000000"><br></font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Monaco; "><font =
class=3D"Apple-style-span" color=3D"#000000">3.</font><span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><font =
class=3D"Apple-style-span" color=3D"#000000">	</font></span><font =
class=3D"Apple-style-span" color=3D"#000000">In =
builder/src/Makefile.generic</font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal Monaco; "><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"><font class=3D"Apple-style-span" =
color=3D"#000000">	</font></span><font class=3D"Apple-style-span" =
color=3D"#000000">added</font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal Monaco; "><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"><font class=3D"Apple-style-span" =
color=3D"#000000">	</font></span><font class=3D"Apple-style-span" =
color=3D"#000000">ADAFLAGS+=3D-I/usr/local/ada-4.3/lib/gcc/i686-apple-darw=
in8/4.3.0/adainclude -x</font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal Monaco; "><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"><font class=3D"Apple-style-span" =
color=3D"#000000">	</font></span><font class=3D"Apple-style-span" =
color=3D"#000000">(-x allows compilation of needed units external to =
projects)</font></div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
12px/normal 'Lucida Grande'; min-height: 15px; "><font =
class=3D"Apple-style-span" color=3D"#000000"><br></font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal 'Lucida =
Grande'; "><font class=3D"Apple-style-span" color=3D"#000000">4.&nbsp; =
In codefix/src directory</font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal 'Lucida Grande'; "><span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><font =
class=3D"Apple-style-span" color=3D"#000000">	</font></span><font =
class=3D"Apple-style-span" color=3D"#000000">changed name of =
file&nbsp;</font></div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
12px/normal 'Lucida Grande'; "><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"><font class=3D"Apple-style-span" =
color=3D"#000000">	</font></span><font class=3D"Apple-style-span" =
color=3D"#000000">glib-properties-creation.adb</font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal 'Lucida =
Grande'; "><span class=3D"Apple-tab-span" style=3D"white-space:pre"><font =
class=3D"Apple-style-span" color=3D"#000000">	</font></span><font =
class=3D"Apple-style-span" color=3D"#000000">to</font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal 'Lucida =
Grande'; "><span class=3D"Apple-tab-span" style=3D"white-space:pre"><font =
class=3D"Apple-style-span" color=3D"#000000">	</font></span><font =
class=3D"Apple-style-span" =
color=3D"#000000">codefix-glib-properties-creation.adb</font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal 'Lucida =
Grande'; min-height: 15px; "><font class=3D"Apple-style-span" =
color=3D"#000000"><br></font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal 'Lucida Grande'; "><font =
class=3D"Apple-style-span" color=3D"#000000">5. In =
gnat_src/stand.ads</font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal 'Lucida Grande'; "><span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><font =
class=3D"Apple-style-span" color=3D"#000000">	</font></span><font =
class=3D"Apple-style-span" color=3D"#000000">changed</font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Monaco; "><font =
class=3D"Apple-style-span" color=3D"#000000">&nbsp;&nbsp; =
Standard_Numeric_Error &nbsp; &nbsp; &nbsp; : Entity_Id </font><span =
style=3D""><font class=3D"Apple-style-span" =
color=3D"#000000">renames</font></span><font class=3D"Apple-style-span" =
color=3D"#000000"> SE (S_Numeric_Error);</font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Monaco; "><span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><font =
class=3D"Apple-style-span" color=3D"#000000">	</font></span><font =
class=3D"Apple-style-span" color=3D"#000000">to</font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Monaco; "><font =
class=3D"Apple-style-span" color=3D"#000000">&nbsp;&nbsp; =
Standard_Numeric_Error &nbsp; &nbsp; &nbsp; : Entity_Id </font><span =
style=3D""><font class=3D"Apple-style-span" =
color=3D"#000000">renames</font></span><font class=3D"Apple-style-span" =
color=3D"#000000"> SE (S_Constraint_Error);</font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Monaco; "><span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><font =
class=3D"Apple-style-span" color=3D"#000000">	</font></span><font =
class=3D"Apple-style-span" color=3D"#000000">(Is this right? I did it =
because of ARM95 Section J.6)</font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal 'Lucida Grande'; min-height: 15px; "><font =
class=3D"Apple-style-span" color=3D"#000000"><br></font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal 'Lucida =
Grande'; "><font class=3D"Apple-style-span" =
color=3D"#000000">6.</font><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"><font class=3D"Apple-style-span" =
color=3D"#000000">	</font></span><font class=3D"Apple-style-span" =
color=3D"#000000">In GtkAda/src gtkada-mdi.adb</font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal 'Lucida =
Grande'; "><span class=3D"Apple-tab-span" style=3D"white-space:pre"><font =
class=3D"Apple-style-span" color=3D"#000000">	</font></span><font =
class=3D"Apple-style-span" color=3D"#000000">deleted call =
to</font></div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
12px/normal Monaco; "><span style=3D"font: 12.0px Lucida Grande"><span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><font =
class=3D"Apple-style-span" color=3D"#000000">	=
</font></span></span><font class=3D"Apple-style-span" =
color=3D"#000000">Get_Pixel_Size</font></div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: =
normal normal normal 12px/normal Monaco; min-height: 16px; "><font =
class=3D"Apple-style-span" color=3D"#000000"><br></font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; font: normal normal normal 12px/normal Monaco; "><font =
class=3D"Apple-style-span" color=3D"#000000">7.</font><span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><font =
class=3D"Apple-style-span" color=3D"#000000">	</font></span><font =
class=3D"Apple-style-span" color=3D"#000000">In =
kernel/src/gps-main_window</font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal Monaco; "><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"><font class=3D"Apple-style-span" =
color=3D"#000000">	</font></span><font class=3D"Apple-style-span" =
color=3D"#000000">changed&nbsp;</font></div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: =
normal normal normal 12px/normal Monaco; "><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"><font class=3D"Apple-style-span" =
color=3D"#000000">	</font></span><font class=3D"Apple-style-span" =
color=3D"#000000">Configure</font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal Monaco; "><font class=3D"Apple-style-span" =
color=3D"#000000">&nbsp; &nbsp; &nbsp; &nbsp; (Get_MDI =
(Kernel),</font></div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
12px/normal Monaco; "><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"><font class=3D"Apple-style-span" =
color=3D"#000000">	</font></span><font class=3D"Apple-style-span" =
color=3D"#000000">to</font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal Monaco; "><font class=3D"Apple-style-span" =
color=3D"#000000">&nbsp; &nbsp; &nbsp; =
Gtkada.MDI.Configure</font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal =
normal normal 12px/normal Monaco; "><font class=3D"Apple-style-span" =
color=3D"#000000">&nbsp; &nbsp; &nbsp; &nbsp; (Get_MDI =
(Kernel),</font></div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; font: normal normal normal =
12px/normal Monaco; "><span class=3D"Apple-tab-span" =
style=3D"white-space:pre"><font class=3D"Apple-style-span" =
color=3D"#000000">	</font></span><font class=3D"Apple-style-span" =
color=3D"#000000">(because it took me so long to track down the right =
procedure Configure declaration.)</font></div><div><font =
class=3D"Apple-style-span" face=3D"Monaco"><font =
class=3D"Apple-style-span" color=3D"#000000"><br =
class=3D"webkit-block-placeholder"></font></font></div><div><font =
class=3D"Apple-style-span" face=3D"Monaco"><font =
class=3D"Apple-style-span" =
color=3D"#000000">--------------------------------------------------------=
--------------------------</font></font></div> </font></div><div><font =
class=3D"Apple-style-span" color=3D"#000000"><br =
class=3D"webkit-block-placeholder"></font></div><br><div><div>On =
26/11/2007, at 11:09 AM, Roger Mc Murtrie wrote:</div><br =
class=3D"Apple-interchange-newline"><blockquote type=3D"cite">Subject =
was Re: [gps-devel] Where is Set_Priorities?I<br><br>Intel Mac under Mac =
OSX 10.5 (Leopard)<br>Probably a bit ambitious, but worth a try.<br>So =
far I have it compiling, linking, starting than hanging.<br>Currently =
trying to find out where its hanging.<br>Roger<br><br>On 26/11/2007, at =
12:31 AM, Ludovic Brenta wrote:<br><br><blockquote type=3D"cite">Roger =
Mc Murtrie &lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt; =
writes:<br></blockquote><blockquote type=3D"cite"><blockquote =
type=3D"cite">That sounds like a bit of a challenge for the future and =
worth trying.<br></blockquote></blockquote><blockquote =
type=3D"cite"><blockquote type=3D"cite">For the moment, getting =
gps-4.0.2-gpl built and working should keep =
me<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote =
type=3D"cite">busy for a while.<br></blockquote></blockquote><blockquote =
type=3D"cite"><blockquote type=3D"cite">Success is not particularly =
anticipated just now, but we live in =
hope.<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote =
type=3D"cite">If I do manage to get the thing working; hopefully, I'll =
be able to<br></blockquote></blockquote><blockquote =
type=3D"cite"><blockquote type=3D"cite">have a go at "putting out the =
binaries".<br></blockquote></blockquote><blockquote =
type=3D"cite"><blockquote type=3D"cite">Thanks for the =
encouragement,<br></blockquote></blockquote><blockquote =
type=3D"cite"><blockquote =
type=3D"cite">Roger<br></blockquote></blockquote><blockquote =
type=3D"cite"><br></blockquote><blockquote type=3D"cite">What platform =
are you trying to build on? &nbsp;If GNU/Linux or *BSD, =
I<br></blockquote><blockquote type=3D"cite">suggest check out the build =
scripts I wrote for Debian. &nbsp;In my<br></blockquote><blockquote =
type=3D"cite">experience, GPS is difficult to =
build.<br></blockquote><blockquote =
type=3D"cite"><br></blockquote><blockquote type=3D"cite">-- =
<br></blockquote><blockquote type=3D"cite">Ludovic =
Brenta.<br></blockquote><br></blockquote></div><br></div></blockquote></di=
v><br></body></html>=

--Apple-Mail-2-864274608--

--===============1591653281==
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

--===============1591653281==--