From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,94f5813fe779d7b3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.38.38 with SMTP id d6mr3269118pbk.4.1317902045301; Thu, 06 Oct 2011 04:54:05 -0700 (PDT) Path: lh7ni12776pbb.0!nntp.google.com!news1.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: AWS on Mac OS X? Date: Thu, 06 Oct 2011 12:54:03 +0100 Organization: A noiseless patient Spider Message-ID: References: <87fwj7r7ey.fsf@hugsarin.sparre-andersen.dk> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="31882"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18r51AmliVM4ewNI6GEnZ4NZ6BGhAHNbOU=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:12AKQI4sWB+kvGf0AuVUfC6abCw= sha1:8KXUajM1R2KEQ639SNBjHIbZdCs= Xref: news1.google.com comp.lang.ada:18324 Content-Type: text/plain; charset=us-ascii Date: 2011-10-06T12:54:03+01:00 List-Id: Jacob Sparre Andersen 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