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,79d422601576e972 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!postnews.google.com!f36g2000hsa.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: AWS issue Date: Sun, 18 May 2008 03:10:58 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <4830012E.1080504@bredband.net> NNTP-Posting-Host: 193.190.253.149 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1211105458 8579 127.0.0.1 (18 May 2008 10:10:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 18 May 2008 10:10:58 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f36g2000hsa.googlegroups.com; posting-host=193.190.253.149; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.13) Gecko/20080313 Iceape/1.1.9 (Debian-1.1.9-3),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:199 Date: 2008-05-18T03:10:58-07:00 List-Id: On May 18, 12:13 pm, Per Sandberg wrote: > Hi. > First: > At a glance it seems like you are missing -gnat05 in the compile command > so you get and Ada95 compiler instead of Ada (Ada05) compiler. gnat-4.3 defaults to Ada 2005 unless you specify -gnat95. So, the problem may be that the OP isn't using gnat-4.3 as he thinks he does. I compiled AWS 2.5.0 from AdaCore's Subversion repository successfully the day before yesterday. Initial tests, however, show that wsdl2aws and aws2wsdl exit with a Constraint_Error. I'll investigate later on. Right now I'm at the Ada-Belgium barbecue with Jacob Sparre Andersen and other folks. We'll be discussing the Beaujolais effect shortly. Cheers :) -- Ludovic Brenta.