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-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!18g2000yqa.googlegroups.com!not-for-mail From: Pablo Newsgroups: comp.lang.ada Subject: Win32Ada problems Date: Tue, 25 Aug 2009 06:39:10 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2203f454-0cb2-4c28-b50d-a3cdbaebb2aa@18g2000yqa.googlegroups.com> NNTP-Posting-Host: 201.7.145.1 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1251207551 15497 127.0.0.1 (25 Aug 2009 13:39:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 25 Aug 2009 13:39:11 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 18g2000yqa.googlegroups.com; posting-host=201.7.145.1; posting-account=n9Sa1woAAACZc_iwSjaEkj9Lnt-XVrSr User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7973 Date: 2009-08-25T06:39:10-07:00 List-Id: I=B4m trying to compile some win32ada files bjut I get the following error: gcc -c withall.adb win32-winnt.ads:2642:05: representation item appears too late win32-winnt.ads:2645:05: representation item appears too late win32-winnt.ads:2658:05: representation item appears too late win32-winnt.ads:2659:05: representation item appears too late gnatmake: "withall.adb" compilation error Support libraries built. Someone knows how to solve it? I did not get any source (yet) available about this... Thanks.