comp.lang.ada
 help / color / mirror / Atom feed
* OS X 10.8 Mountain Lion and GNAT GPL 2012
@ 2012-07-30 19:51 Bill Findlay
  2012-07-30 20:39 ` Simon Wright
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Bill Findlay @ 2012-07-30 19:51 UTC (permalink / raw)


Mountain Lion needs Xcode 4.4, which does not install by default the command
line tools /usr/bin{as, ld, make} needed by GNAT.

It is necessary to invoke:

  Xcode > Preferences... > Downloads  >  Command Line Tools: Install

It's about a 115MB download.

Once completed, GNAT GPL 2012 is resored to sanity.

-- 
Bill Findlay
with blueyonder.co.uk;
use  surname & forename;




^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-07-30 19:51 OS X 10.8 Mountain Lion and GNAT GPL 2012 Bill Findlay
@ 2012-07-30 20:39 ` Simon Wright
  2012-07-30 22:40   ` Bill Findlay
  2012-07-30 23:55   ` Jerry
  2012-09-16  8:58 ` Blady
  2012-12-09  0:02 ` joplinsilva
  2 siblings, 2 replies; 20+ messages in thread
From: Simon Wright @ 2012-07-30 20:39 UTC (permalink / raw)


Bill Findlay <yaldnif.w@blueyonder.co.uk> writes:

> Mountain Lion needs Xcode 4.4, which does not install by default the command
> line tools /usr/bin{as, ld, make} needed by GNAT.
>
> It is necessary to invoke:
>
>   Xcode > Preferences... > Downloads  >  Command Line Tools: Install
>
> It's about a 115MB download.
>
> Once completed, GNAT GPL 2012 is resored to sanity.

Thanks for the heads-up.

I love my Mac, but can't help worrying about Apple's plans. When it gets
to the point that all you can do on a Mac is program for mobile devices
and watch cats on YouTube I shall have to tear myself away from it!



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-07-30 20:39 ` Simon Wright
@ 2012-07-30 22:40   ` Bill Findlay
  2012-07-30 23:55   ` Jerry
  1 sibling, 0 replies; 20+ messages in thread
From: Bill Findlay @ 2012-07-30 22:40 UTC (permalink / raw)


On 30/07/2012 21:39, in article m24nopm19u.fsf@nidhoggr.home, "Simon Wright"
<simon@pushface.org> wrote:
> 
> I love my Mac, but can't help worrying about Apple's plans. When it gets
> to the point that all you can do on a Mac is program for mobile devices
> and watch cats on YouTube I shall have to tear myself away from it!

I suspect the GCC tools are now an optional download because Apple have
adopted LLVM in place of GCC as the standard compilation toolset.

I can't see them ever making it impossible to use GCC.

-- 
Bill Findlay
with blueyonder.co.uk;
use  surname & forename;





^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-07-30 20:39 ` Simon Wright
  2012-07-30 22:40   ` Bill Findlay
@ 2012-07-30 23:55   ` Jerry
  2012-07-31  0:15     ` Bill Findlay
  1 sibling, 1 reply; 20+ messages in thread
From: Jerry @ 2012-07-30 23:55 UTC (permalink / raw)


On Jul 30, 1:39 pm, Simon Wright <si...@pushface.org> wrote:
>
> I love my Mac, but can't help worrying about Apple's plans. When it gets
> to the point that all you can do on a Mac is program for mobile devices
> and watch cats on YouTube I shall have to tear myself away from it!

Indeed. I appreciate that the Mac can still be made easier to use by
"normal" users and thus the move to make the Mac like an iPhone/Pod/
Pad. But Apple keeps throwing out useful features in the interest of
improvement for the masses. I could make a list....

X11 is no longer included in OS X, even as an option.
http://hints.macworld.com/article.php?story=20120719101352282

Jerry



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-07-30 23:55   ` Jerry
@ 2012-07-31  0:15     ` Bill Findlay
  0 siblings, 0 replies; 20+ messages in thread
From: Bill Findlay @ 2012-07-31  0:15 UTC (permalink / raw)





On 31/07/2012 00:55, in article
d2b60f1b-4f43-4806-9fa7-e6ddd52fe4a4@a7g2000pbm.googlegroups.com, "Jerry"
<lanceboyle@qwest.net> wrote:

> On Jul 30, 1:39�pm, Simon Wright <si...@pushface.org> wrote:
>> 
>> I love my Mac, but can't help worrying about Apple's plans. When it gets
>> to the point that all you can do on a Mac is program for mobile devices
>> and watch cats on YouTube I shall have to tear myself away from it!
> 
> Indeed. I appreciate that the Mac can still be made easier to use by
> "normal" users and thus the move to make the Mac like an iPhone/Pod/
> Pad. But Apple keeps throwing out useful features in the interest of
> improvement for the masses. I could make a list....
> 
> X11 is no longer included in OS X, even as an option.
> http://hints.macworld.com/article.php?story=20120719101352282

I can't see how that can be blamed on "improvement for the masses".
They would not even have known that X11 existed.

In any case, OS X automatically redirects X11 users to Xquartz, which
provides a more up-to-date open source alternative.

-- 
Bill Findlay
with blueyonder.co.uk;
use  surname & forename;




^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-07-30 19:51 OS X 10.8 Mountain Lion and GNAT GPL 2012 Bill Findlay
  2012-07-30 20:39 ` Simon Wright
@ 2012-09-16  8:58 ` Blady
  2012-09-16 11:20   ` Bill Findlay
  2012-09-17  8:20   ` Jerry
  2012-12-09  0:02 ` joplinsilva
  2 siblings, 2 replies; 20+ messages in thread
From: Blady @ 2012-09-16  8:58 UTC (permalink / raw)


Le lundi 30 juillet 2012 21:51:40 UTC+2, Bill Findlay a écrit :
> Mountain Lion needs Xcode 4.4, which does not install by default the command
> 
> line tools /usr/bin{as, ld, make} needed by GNAT.
> It is necessary to invoke:
>   Xcode > Preferences... > Downloads  >  Command Line Tools: Install
> It's about a 115MB download.
> Once completed, GNAT GPL 2012 is resored to sanity.
> -- 
> 
> Bill Findlay

Hello Bill, is gdb from GNAT GPL 2012 working well?
Mine seems to have codesign issue:
Unable to find Mach task port for process-id 11280: (os/kern) failure (0x5).
 (please check gdb is codesigned - see taskgated(8))

Have you try it?

Thanks, Pascal.





^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-09-16  8:58 ` Blady
@ 2012-09-16 11:20   ` Bill Findlay
  2012-09-17  8:20   ` Jerry
  1 sibling, 0 replies; 20+ messages in thread
From: Bill Findlay @ 2012-09-16 11:20 UTC (permalink / raw)


On 16/09/2012 09:58, in article
401145c7-394a-4bda-b22e-bb3b22cfd4a8@googlegroups.com, "Blady"
<p.p11@orange.fr> wrote:

> Le lundi 30 juillet 2012 21:51:40 UTC+2, Bill Findlay a �crit�:
>> Mountain Lion needs Xcode 4.4, which does not install by default the command
>> 
>> line tools /usr/bin{as, ld, make} needed by GNAT.
>> It is necessary to invoke:
>>   Xcode > Preferences... > Downloads  >  Command Line Tools: Install
>> It's about a 115MB download.
>> Once completed, GNAT GPL 2012 is resored to sanity.
> 
> Hello Bill, is gdb from GNAT GPL 2012 working well?
> Mine seems to have codesign issue:
> Unable to find Mach task port for process-id 11280: (os/kern) failure (0x5).
> 
>  (please check gdb is codesigned - see taskgated(8))
> 
> Have you try it?

Hi Pascal: short answer is no.

In fact, I have never used any debugger for my Ada work.

Sorry I can't be more help.

-- 
Bill Findlay
with blueyonder.co.uk;
use  surname & forename;





^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-09-16  8:58 ` Blady
  2012-09-16 11:20   ` Bill Findlay
@ 2012-09-17  8:20   ` Jerry
  2012-09-17 12:13     ` Bill Findlay
  2012-09-19 21:26     ` Georg Bauhaus
  1 sibling, 2 replies; 20+ messages in thread
From: Jerry @ 2012-09-17  8:20 UTC (permalink / raw)


On Sunday, September 16, 2012 1:58:17 AM UTC-7, Blady wrote:
Hello Bill, is gdb from GNAT GPL 2012 working well?
> 
> Mine seems to have codesign issue:
> Unable to find Mach task port for process-id 11280: (os/kern) failure (0x5).
>  (please check gdb is codesigned - see taskgated(8))
> 
> Have you try it?
> 
> Thanks, Pascal.

Wow. That's going to be a problem--on top of the other gdb/Ada/OS X issues we've had / are having.

Can anyone else report on gdb with GNAT GPL 2012 and Mountain Lion OS X 10.8?

Jerry



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-09-17  8:20   ` Jerry
@ 2012-09-17 12:13     ` Bill Findlay
  2012-09-18  1:06       ` Jerry
  2012-09-19 21:26     ` Georg Bauhaus
  1 sibling, 1 reply; 20+ messages in thread
From: Bill Findlay @ 2012-09-17 12:13 UTC (permalink / raw)


On 17/09/2012 09:20, in article
1b899a42-fcd3-429b-93b9-1c61d87218e4@googlegroups.com, "Jerry"
<lanceboyle@qwest.net> wrote:

> On Sunday, September 16, 2012 1:58:17 AM UTC-7, Blady wrote:
> Hello Bill, is gdb from GNAT GPL 2012 working well?
>> 
>> Mine seems to have codesign issue:
>> Unable to find Mach task port for process-id 11280: (os/kern) failure (0x5).
>>  (please check gdb is codesigned - see taskgated(8))
>> 
>> Have you try it?
>> 
>> Thanks, Pascal.
> 
> Wow. That's going to be a problem--on top of the other gdb/Ada/OS X issues
> we've had / are having.

What are those?

-- 
Bill Findlay
with blueyonder.co.uk;
use  surname & forename;





^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-09-17 12:13     ` Bill Findlay
@ 2012-09-18  1:06       ` Jerry
  2012-09-18 15:54         ` Bill Findlay
  0 siblings, 1 reply; 20+ messages in thread
From: Jerry @ 2012-09-18  1:06 UTC (permalink / raw)


 
> 
> > Wow. That's going to be a problem--on top of the other gdb/Ada/OS X issues
> > we've had / are having.

> What are those?
> 
> Bill Findlay
> 
You can start here:
https://groups.google.com/forum/?hl=en&fromgroups=#!topic/comp.lang.ada/TBrs7TTSUvs

and

https://groups.google.com/forum/?hl=en&fromgroups=#!topic/comp.lang.ada/Eahf6eWqnpQ

You might find other troubles here:

https://groups.google.com/forum/?hl=en&fromgroups#!searchin/comp.lang.ada/gdb$20AND$20(OSX$20OR$20%22OS$20X%22$20OR$20Macintosh$20OR$20Leopard$20OR$20Lion)

Jerry



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-09-18  1:06       ` Jerry
@ 2012-09-18 15:54         ` Bill Findlay
  2012-09-19  1:00           ` Jerry
  0 siblings, 1 reply; 20+ messages in thread
From: Bill Findlay @ 2012-09-18 15:54 UTC (permalink / raw)


On 18/09/2012 02:06, in article
59d5e961-e280-4e66-bb7a-7367a177c78b@googlegroups.com, "Jerry"
<lanceboyle@qwest.net> wrote:

>  
>> 
>>> Wow. That's going to be a problem--on top of the other gdb/Ada/OS X issues
>>> we've had / are having.
> 
>> What are those?
>> 
>> Bill Findlay
>> 
> You can start here:
> https://groups.google.com/forum/?hl=en&fromgroups=#!topic/comp.lang.ada/TBrs7T
> TSUvs
> 
> and
> 
> https://groups.google.com/forum/?hl=en&fromgroups=#!topic/comp.lang.ada/Eahf6e
> WqnpQ
> 
> You might find other troubles here:
> 
> https://groups.google.com/forum/?hl=en&fromgroups#!searchin/comp.lang.ada/gdb$
> 20AND$20(OSX$20OR$20%22OS$20X%22$20OR$20Macintosh$20OR$20Leopard$20OR$20Lion)


I did not see anthingy else there about 10.8 or GNAT 2012.

-- 
Bill Findlay
with blueyonder.co.uk;
use  surname & forename;





^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-09-18 15:54         ` Bill Findlay
@ 2012-09-19  1:00           ` Jerry
  2012-09-19  8:01             ` Simon Wright
  0 siblings, 1 reply; 20+ messages in thread
From: Jerry @ 2012-09-19  1:00 UTC (permalink / raw)


On Tuesday, September 18, 2012 8:54:19 AM UTC-7, Bill Findlay wrote:
> On 18/09/2012 02:06, in article
> 
> 
> 
> 
> 
> >  
> 
> >> 
> 
> >>> Wow. That's going to be a problem--on top of the other gdb/Ada/OS X issues
> 
> >>> we've had / are having.
> 
> > 
> 
> >> What are those?
> 
> >> 
> 
> >> Bill Findlay
> 
> >> 
> 
> > You can start here:
> 
> > https://groups.google.com/forum/?hl=en&fromgroups=#!topic/comp.lang.ada/TBrs7T
> 
> > TSUvs
> 
> > 
> 
> > and
> 
> > 
> 
> > https://groups.google.com/forum/?hl=en&fromgroups=#!topic/comp.lang.ada/Eahf6e
> 
> > WqnpQ
> 
> > 
> 
> > You might find other troubles here:
> 
> > 
> 
> > https://groups.google.com/forum/?hl=en&fromgroups#!searchin/comp.lang.ada/gdb$
> 
> > 20AND$20(OSX$20OR$20%22OS$20X%22$20OR$20Macintosh$20OR$20Leopard$20OR$20Lion)
> 
> 
> 
> 
> 
> I did not see anthingy else there about 10.8 or GNAT 2012.
> 
> 
> 
> -- 
> 
> Bill Findlay
> 
> with blueyonder.co.uk;
> 
> use  surname & forename;

That's not surprising since both of these updates are relatively new. I personally have not updated either and am on GNAT 2011 and OS X 10.7.4. I wonder if, with 2012 and 10.8, for example, gdb honors breaking on Ada exceptions.

Jerry

[Sorry if my posts look hosed--I'm using Google's abysmal news reader. I welcome any suggestions that can deal with the fact that my ISP does not provide newsgroup feeds.]



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-09-19  1:00           ` Jerry
@ 2012-09-19  8:01             ` Simon Wright
  0 siblings, 0 replies; 20+ messages in thread
From: Simon Wright @ 2012-09-19  8:01 UTC (permalink / raw)


Jerry <lanceboyle@qwest.net> writes:

> [Sorry if my posts look hosed--I'm using Google's abysmal news
> reader. I welcome any suggestions that can deal with the fact that my
> ISP does not provide newsgroup feeds.]

I use http://www.eternal-september.org



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-09-17  8:20   ` Jerry
  2012-09-17 12:13     ` Bill Findlay
@ 2012-09-19 21:26     ` Georg Bauhaus
  2012-09-20  7:26       ` Jerry
  1 sibling, 1 reply; 20+ messages in thread
From: Georg Bauhaus @ 2012-09-19 21:26 UTC (permalink / raw)


On 9/17/12 10:20 AM, Jerry wrote:

>> Mine seems to have codesign issue:
>> Unable to find Mach task port for process-id 11280: (os/kern) failure (0x5).
>>   (please check gdb is codesigned - see taskgated(8))


> Wow. That's going to be a problem--on top of the other gdb/Ada/OS X issues we've had / are having.

http://sourceware.org/gdb/wiki/BuildingOnDarwin




^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-09-19 21:26     ` Georg Bauhaus
@ 2012-09-20  7:26       ` Jerry
  2012-09-20 16:34         ` Simon Wright
  0 siblings, 1 reply; 20+ messages in thread
From: Jerry @ 2012-09-20  7:26 UTC (permalink / raw)


On Wednesday, September 19, 2012 2:26:34 PM UTC-7, Georg Bauhaus wrote:
> On 9/17/12 10:20 AM, Jerry wrote:
> 
> >> Mine seems to have codesign issue:
> >> Unable to find Mach task port for process-id 11280: (os/kern) failure (0x5).
> >>   (please check gdb is codesigned - see taskgated(8))
> 
> > Wow. That's going to be a problem--on top of the other gdb/Ada/OS X issues we've had / are having.
> 
> http://sourceware.org/gdb/wiki/BuildingOnDarwin

Thanks for that link, Georg.

Today's (yesterday's) update to Lion, 10.7.5, brings Gatekeeper to Lion (not just for Mountain Lion any more). So if I update to 10.7.5, I gather that I can expect gdb to stop working. But if I follow the instructions on the linked page, I presume that gdb will continue to work, even if it is not freshly compiled but is e.g. from GPL 2011.

Jerry



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-09-20  7:26       ` Jerry
@ 2012-09-20 16:34         ` Simon Wright
  2012-09-23 13:46           ` Blady
  0 siblings, 1 reply; 20+ messages in thread
From: Simon Wright @ 2012-09-20 16:34 UTC (permalink / raw)


Jerry <lanceboyle@qwest.net> writes:

> On Wednesday, September 19, 2012 2:26:34 PM UTC-7, Georg Bauhaus wrote:
>> On 9/17/12 10:20 AM, Jerry wrote:
>> 
>> >> Mine seems to have codesign issue:
>> >> Unable to find Mach task port for process-id 11280: (os/kern)
>> >> failure (0x5).
>> >>   (please check gdb is codesigned - see taskgated(8))
>> 
>> > Wow. That's going to be a problem--on top of the other gdb/Ada/OS
>> > X issues we've had / are having.
>> 
>> http://sourceware.org/gdb/wiki/BuildingOnDarwin
>
> Thanks for that link, Georg.
>
> Today's (yesterday's) update to Lion, 10.7.5, brings Gatekeeper to
> Lion (not just for Mountain Lion any more). So if I update to 10.7.5,
> I gather that I can expect gdb to stop working. But if I follow the
> instructions on the linked page, I presume that gdb will continue to
> work, even if it is not freshly compiled but is e.g. from GPL 2011.

I just updated to 10.7.5.

The gdb from GNAT GPL 2012 seemed to work fine: it's

 $ ls -l /opt/gnat-gpl-2012/bin/gdb
 -rwxr-sr-x@ 1 simon  procmod  5479472 14 May 15:25 /opt/gnat-gpl-2012/bin/gdb

/usr/bin/gdb, on the other hand, isn't setgid procmod and (the first
time I ran it) put up a dialog box asking for my password.

I have /System/Library/LaunchDaemons/com.apple.taskgated.plist set up to
run taskgated with -p -s.



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-09-20 16:34         ` Simon Wright
@ 2012-09-23 13:46           ` Blady
  2012-09-23 14:37             ` Bill Findlay
  0 siblings, 1 reply; 20+ messages in thread
From: Blady @ 2012-09-23 13:46 UTC (permalink / raw)


Le jeudi 20 septembre 2012 18:34:17 UTC+2, Simon Wright a écrit :
> I just updated to 10.7.5.
> The gdb from GNAT GPL 2012 seemed to work fine: it's
>  $ ls -l /opt/gnat-gpl-2012/bin/gdb
>  -rwxr-sr-x@ 1 simon  procmod  5479472 14 May 15:25 /opt/gnat-gpl-2012/bin/gdb
> /usr/bin/gdb, on the other hand, isn't setgid procmod and (the first
> time I ran it) put up a dialog box asking for my password.
> I have /System/Library/LaunchDaemons/com.apple.taskgated.plist set up to
> run taskgated with -p -s.

Yes Simon, in fact with ML, taskgated isn't launched with option -p (manual said: old (Tiger) convention that a process with a primary effective group of procmod or procview is allowed to get task ports. Without this option, this legacy mode is not supported.)
As you said for Lion, and in my case with SL, taksgated was launched with option -p.
Thus with ML even gdb has setgid procmod group, it is blocked by taskgated.

Fortunately the -s option of taksgated (active with both SL and ML) let us codesign gdb to proceed.
Well, GNAT gdb is already signed:
Authority=gnat_debugger
Signed Time=14 mai 2012 16:25:55
It seems that taksgated need a local system signature thus we have to follow instructions on http://sourceware.org/gdb/wiki/BuildingOnDarwin.
And we must force it with -f option:
$ codesign -fs gnat_gdb gdb
gdb: replacing existing signature
It is now ok.

Don't forgot to add option '-largs -Wl,-no_pie' if you want to get good line numbers.

HTH, Pascal.




^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-09-23 13:46           ` Blady
@ 2012-09-23 14:37             ` Bill Findlay
  2012-09-23 18:43               ` Simon Wright
  0 siblings, 1 reply; 20+ messages in thread
From: Bill Findlay @ 2012-09-23 14:37 UTC (permalink / raw)


On 23/09/2012 14:46, in article
0a340e63-b567-4a6c-bba7-5e2c73649d05@googlegroups.com, "Blady"
<p.p11@orange.fr> wrote:

> Fortunately the -s option of taksgated (active with both SL and ML) let us
> codesign gdb to proceed.

I've just ralized that you are saying code-sign and not co-design ! 8-)

-- 
Bill Findlay
with blueyonder.co.uk;
use  surname & forename;





^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-09-23 14:37             ` Bill Findlay
@ 2012-09-23 18:43               ` Simon Wright
  0 siblings, 0 replies; 20+ messages in thread
From: Simon Wright @ 2012-09-23 18:43 UTC (permalink / raw)


Bill Findlay <yaldnif.w@blueyonder.co.uk> writes:

> On 23/09/2012 14:46, in article
> 0a340e63-b567-4a6c-bba7-5e2c73649d05@googlegroups.com, "Blady"
> <p.p11@orange.fr> wrote:
>
>> Fortunately the -s option of taksgated (active with both SL and ML)
>> let us codesign gdb to proceed.
>
> I've just ralized that you are saying code-sign and not co-design !
> 8-)

I too was baffled by this (the phrase was something like "must be
codesigned" - with what, I wondered!)



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: OS X 10.8 Mountain Lion and GNAT GPL 2012
  2012-07-30 19:51 OS X 10.8 Mountain Lion and GNAT GPL 2012 Bill Findlay
  2012-07-30 20:39 ` Simon Wright
  2012-09-16  8:58 ` Blady
@ 2012-12-09  0:02 ` joplinsilva
  2 siblings, 0 replies; 20+ messages in thread
From: joplinsilva @ 2012-12-09  0:02 UTC (permalink / raw)




thanks man.



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2012-12-09  0:02 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-30 19:51 OS X 10.8 Mountain Lion and GNAT GPL 2012 Bill Findlay
2012-07-30 20:39 ` Simon Wright
2012-07-30 22:40   ` Bill Findlay
2012-07-30 23:55   ` Jerry
2012-07-31  0:15     ` Bill Findlay
2012-09-16  8:58 ` Blady
2012-09-16 11:20   ` Bill Findlay
2012-09-17  8:20   ` Jerry
2012-09-17 12:13     ` Bill Findlay
2012-09-18  1:06       ` Jerry
2012-09-18 15:54         ` Bill Findlay
2012-09-19  1:00           ` Jerry
2012-09-19  8:01             ` Simon Wright
2012-09-19 21:26     ` Georg Bauhaus
2012-09-20  7:26       ` Jerry
2012-09-20 16:34         ` Simon Wright
2012-09-23 13:46           ` Blady
2012-09-23 14:37             ` Bill Findlay
2012-09-23 18:43               ` Simon Wright
2012-12-09  0:02 ` joplinsilva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox