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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f5dafd3d579e5362 X-Google-Attributes: gid103376,public From: Tapani Rundgren Subject: Re: Win32Ada and GNAT 3.09 Date: 1997/01/29 Message-ID: <32EF10C6.58A3@ein.ericsson.se>#1/1 X-Deja-AN: 212950566 references: <5clg8s$7c6@fermi.sohar.com> content-type: text/plain; charset=us-ascii organization: Ericsson Infocom AB mime-version: 1.0 reply-to: Tapani.Rundgren@ein.ericsson.se newsgroups: comp.lang.ada x-mailer: Mozilla 3.0 (WinNT; I) Date: 1997-01-29T00:00:00+00:00 List-Id: Kam Sing Tso wrote: > > 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 Yes, after modifying win32-winnt.ads (-> moved some pragmas, which appeared to late in the code). However, I still have some linking problems. Kind Regards Tapani Rundgren