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,UTF8 Received: by 10.68.21.229 with SMTP id y5mr3530379pbe.1.1317906293429; Thu, 06 Oct 2011 06:04:53 -0700 (PDT) Path: lh7ni12814pbb.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 14:04:52 +0100 Organization: A noiseless patient Spider Message-ID: References: <87fwj7r7ey.fsf@hugsarin.sparre-andersen.dk> <4E8D9CCB.2030709@obry.net> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="25646"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19yW1DLgf/m01iDkBVHPFBbb6yPYbN1kS8=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:+76+jrkgNGa38pJNZ9QukiILQp0= sha1:awKSfw1D9wYSLVyloEQ4AgbbVXc= Xref: news1.google.com comp.lang.ada:18329 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Date: 2011-10-06T14:04:52+01:00 List-Id: Pascal Obry 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!