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,5e09f058f67d19ea X-Google-Attributes: gid103376,public From: peter@hobbes.ping.de (Peter Quade) Subject: GNAT v3.09 and Win32-Bindings Date: 1997/05/20 Message-ID: <5ls5c6$6j2@hobbes.wormwood.de>#1/1 X-Deja-AN: 242743521 Organization: eCra Newsgroups: comp.lang.ada Date: 1997-05-20T00:00:00+00:00 List-Id: I have a problem compiling the Win32-Ada-Bindings release 3.0. All files which do not need win32-winnt.ad? do compile correctly, but gcc -c win32-winnt.ads results in ---- 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 ---- This is same with Win95 and WinNT. bye peter