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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f5dafd3d579e5362,start X-Google-Attributes: gid103376,public From: tso@sohar.com (Kam Sing Tso) Subject: Win32Ada and GNAT 3.09 Date: 1997/01/28 Message-ID: <5clg8s$7c6@fermi.sohar.com>#1/1 X-Deja-AN: 212839413 distribution: world organization: SoHaR Incorporated newsgroups: comp.lang.ada Date: 1997-01-28T00:00:00+00:00 List-Id: I tried to compile Win32Ada release 3.0 with GNAT 3.09 but failed with the following error message: D:\WIN32ADA\src>gnatmake withall 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 Has anyone successfully built win32ada with GNAT 3.09? I'd appreciate it very much if you could share your experience. Kam Tso tso@sohar.com