comp.lang.ada
 help / color / mirror / Atom feed
* AWS on Mac OS X?
@ 2011-10-05 11:42 Jacob Sparre Andersen
  2011-10-05 20:16 ` Maciej Sobczak
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jacob Sparre Andersen @ 2011-10-05 11:42 UTC (permalink / raw)


Is there a special reason that AdaCore doesn't distribute AWS for Mac OS
X?  I would expect AWS to be rather portable, so it worries me a bit,
that I can't find AWS in the list of downloads for Mac OS X on the
libre.adacore.com website.

Greetings,

Jacob
-- 
Compiled code speed is not the _really_ important speed of a
programming language.  What's important is the speed of:
- Implementing a complex algorithm by an average programmer, including bug-fixing.
- Understanding an implementation of a complex algorithm for an average programmer.



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

* Re: AWS on Mac OS X?
  2011-10-05 11:42 AWS on Mac OS X? Jacob Sparre Andersen
@ 2011-10-05 20:16 ` Maciej Sobczak
  2011-10-06  7:44 ` Martin
  2011-10-06 11:54 ` Simon Wright
  2 siblings, 0 replies; 7+ messages in thread
From: Maciej Sobczak @ 2011-10-05 20:16 UTC (permalink / raw)


On Oct 5, 1:42 pm, Jacob Sparre Andersen <spa...@nbi.dk> wrote:

> Is there a special reason that AdaCore doesn't distribute AWS for Mac OS
> X?

Yes, there are two reasons:

1. git clone as shown on http://libre.adacore.com/libre/tools/aws/

2. make setup build install


Or something like that. It worked for me.

I have to admit that it was much more involving on Windows, as it
required the installation of Cygwin. Then I understand that already
compiled binary packages provide a lot of added value. But
interestingly, they are not available on Windows, either. Or at least
I was not able to find them.

--
Maciej Sobczak * http://www.msobczak.com * http://www.inspirel.com



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

* Re: AWS on Mac OS X?
  2011-10-05 11:42 AWS on Mac OS X? Jacob Sparre Andersen
  2011-10-05 20:16 ` Maciej Sobczak
@ 2011-10-06  7:44 ` Martin
  2011-10-06 11:54 ` Simon Wright
  2 siblings, 0 replies; 7+ messages in thread
From: Martin @ 2011-10-06  7:44 UTC (permalink / raw)


On Oct 5, 12:42 pm, Jacob Sparre Andersen <spa...@nbi.dk> wrote:
> Is there a special reason that AdaCore doesn't distribute AWS for Mac OS
> X?  I would expect AWS to be rather portable, so it worries me a bit,
> that I can't find AWS in the list of downloads for Mac OS X on the
> libre.adacore.com website.
>
> Greetings,
>
> Jacob
> --
> Compiled code speed is not the _really_ important speed of a
> programming language.  What's important is the speed of:
> - Implementing a complex algorithm by an average programmer, including bug-fixing.
> - Understanding an implementation of a complex algorithm for an average programmer.

I just downloaded the sources from the Linux option and built it.
Seems to work!

-- Martin



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

* Re: AWS on Mac OS X?
  2011-10-05 11:42 AWS on Mac OS X? Jacob Sparre Andersen
  2011-10-05 20:16 ` Maciej Sobczak
  2011-10-06  7:44 ` Martin
@ 2011-10-06 11:54 ` Simon Wright
  2011-10-06 12:19   ` Pascal Obry
  2011-10-07 17:33   ` Simon Wright
  2 siblings, 2 replies; 7+ messages in thread
From: Simon Wright @ 2011-10-06 11:54 UTC (permalink / raw)


Jacob Sparre Andersen <sparre@nbi.dk> writes:

> Is there a special reason that AdaCore doesn't distribute AWS for Mac
> OS X?  I would expect AWS to be rather portable, so it worries me a
> bit, that I can't find AWS in the list of downloads for Mac OS X on
> the libre.adacore.com website.

As Martin says, you can download the source from the Linux or Windows
variants (neither seems to supply binary, anyway!)

It builds on Lion with GNAT GPL 2011 and (after a battle which I can
tell you about if you need to know) with GCC 4.6.0; 'make check' fails
in both cases (in gnatcheck, I think, complaining about "implicit IN
mode in parameter specification" -- I would rather complain about
*explicit* IN mode but there you go).

The demos build until ws, whatever that is,

gcc -c -gnat05 -I- -gnatA /Users/simon/tmp/aws-git/demos/ws/ws_cb.adb
ws_cb.adb:114:22: ambiguous expression (cannot resolve "Register")
ws_cb.adb:114:22: possible interpretation at aws-server-push.ads:117, instance at line 74
ws_cb.adb:114:22: possible interpretation at aws-server-push.ads:97, instance at line 74



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

* Re: AWS on Mac OS X?
  2011-10-06 11:54 ` Simon Wright
@ 2011-10-06 12:19   ` Pascal Obry
  2011-10-06 13:04     ` Simon Wright
  2011-10-07 17:33   ` Simon Wright
  1 sibling, 1 reply; 7+ messages in thread
From: Pascal Obry @ 2011-10-06 12:19 UTC (permalink / raw)
  To: Simon Wright

Le 06/10/2011 13:54, Simon Wright a �crit :
> The demos build until ws, whatever that is,
>
> gcc -c -gnat05 -I- -gnatA /Users/simon/tmp/aws-git/demos/ws/ws_cb.adb
> ws_cb.adb:114:22: ambiguous expression (cannot resolve "Register")
> ws_cb.adb:114:22: possible interpretation at aws-server-push.ads:117, instance at line 74
> ws_cb.adb:114:22: possible interpretation at aws-server-push.ads:97, instance at line 74

A recent API change done yesterday broke this demo. Should be fixed now.

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|    http://www.obry.net  -  http://v2p.fr.eu.org
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver keys.gnupg.net --recv-key F949BD3B




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

* Re: AWS on Mac OS X?
  2011-10-06 12:19   ` Pascal Obry
@ 2011-10-06 13:04     ` Simon Wright
  0 siblings, 0 replies; 7+ messages in thread
From: Simon Wright @ 2011-10-06 13:04 UTC (permalink / raw)


Pascal Obry <pascal@obry.net> writes:

> Le 06/10/2011 13:54, Simon Wright a écrit :
>> The demos build until ws, whatever that is,
>>
>> gcc -c -gnat05 -I- -gnatA /Users/simon/tmp/aws-git/demos/ws/ws_cb.adb
>> ws_cb.adb:114:22: ambiguous expression (cannot resolve "Register")
>> ws_cb.adb:114:22: possible interpretation at aws-server-push.ads:117, instance at line 74
>> ws_cb.adb:114:22: possible interpretation at aws-server-push.ads:97, instance at line 74
>
> A recent API change done yesterday broke this demo. Should be fixed now.

So it is. All demos build now. Thanks!



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

* Re: AWS on Mac OS X?
  2011-10-06 11:54 ` Simon Wright
  2011-10-06 12:19   ` Pascal Obry
@ 2011-10-07 17:33   ` Simon Wright
  1 sibling, 0 replies; 7+ messages in thread
From: Simon Wright @ 2011-10-07 17:33 UTC (permalink / raw)


Simon Wright <simon@pushface.org> writes:

> It builds on Lion with GNAT GPL 2011 and (after a battle which I can
> tell you about if you need to know) with GCC 4.6.0;

http://forward-in-code.blogspot.com/2011/10/little-problem-with-gprbuild.html



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

end of thread, other threads:[~2011-10-07 17:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-05 11:42 AWS on Mac OS X? Jacob Sparre Andersen
2011-10-05 20:16 ` Maciej Sobczak
2011-10-06  7:44 ` Martin
2011-10-06 11:54 ` Simon Wright
2011-10-06 12:19   ` Pascal Obry
2011-10-06 13:04     ` Simon Wright
2011-10-07 17:33   ` Simon Wright

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