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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3b27e15a58d4eeab X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news1.google.com!postnews.google.com!f10g2000hsf.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: Announce: QtAda 1.0.2 Date: Wed, 13 Feb 2008 13:02:47 -0800 (PST) Organization: http://groups.google.com Message-ID: <59cb50b7-b286-4cd8-8b54-29dcc44abca6@f10g2000hsf.googlegroups.com> References: <024a7ba3-396e-4ed0-b3c2-c226c9aa28be@s13g2000prd.googlegroups.com> <47b35753$0$30720$9b622d9e@news.freenet.de> NNTP-Posting-Host: 87.117.8.87 Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1202936567 32272 127.0.0.1 (13 Feb 2008 21:02:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 13 Feb 2008 21:02:47 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f10g2000hsf.googlegroups.com; posting-host=87.117.8.87; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070601 SeaMonkey/1.1.2,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19780 Date: 2008-02-13T13:02:47-08:00 List-Id: On 13 =C6=C5=D7, 23:47, Kurt Derichs wrote: > > `/home/kderichs/Desktop/qtada-gpl-1.0.2/source/core' > /bin/bash ../../libtool --tag=3DCC --mode=3Dcompile ../../adacompiler -c -= g -O2 -gnat05 -gnatW8 -I. -I. > qt4-byte_arrays.adb > ../../adacompiler -c -g -O2 -gnat05 -gnatW8 -I. -I. > qt4-byte_arrays.adb -fPIC -DPIC -o .libs/qt4-byte_arrays.o > qt4-byte_arrays.adb:129:24: ":" should be ";" > qt4-byte_arrays.adb:131:10: no "begin" for this "end" > make[3]: *** [qt4-byte_arrays.lo] Error 1 Which compiler version are you use? Seems like your compiler doesn't properly understand extended return statement.