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.3 required=5.0 tests=BAYES_00,HK_RANDOM_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e5fe9bb4b54a3a59,start X-Google-Attributes: gid103376,public From: "Joe Hendrix" Subject: Problems with Win32ada Date: 1997/12/09 Message-ID: <66koh2$oa0$1@geraldo.cc.utexas.edu>#1/1 X-Deja-AN: 296763758 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Organization: The University of Texas at Austin, Austin, Texas Newsgroups: comp.lang.ada Date: 1997-12-09T00:00:00+00:00 List-Id: I decided to try learning Ada after seeing numerous references to it in a book I'm reading (Code Complete by Steve McConnell) After downloading and installing GNAT 3.10p and win32ada release 3.0, I tried building making the withall.adb according to the instructions, but generate the following compiler errors. gcc -c withall.adb win32-winnt.ads:1599:05: warning: no more representation items for type "LARGE_INTEGER" defined at line 1404 win32-winnt.ads:1599:05: warning: no more representation items for type "anonymous1_t" defined at line 1393 win32-winnt.ads:1599:05: warning: no more representation items for type "LUID_AND_ATTRIBUTES" defined at line 1592 win32-winnt.ads:1616:05: warning: no more representation items for type "SID_IDENTIFIER_AUTHORITY" defined at line 1608 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 If there is an easy fix, could you please email me? -- Joe Hendrix Joeeeee@mail.utexas.edu