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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d3123e94d86dd952,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-25 20:50:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!wn11feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi_feed4!attbi.com!rwcrnsc53.POSTED!not-for-mail From: "Steve" Newsgroups: comp.lang.ada Subject: Is anyone using Claw with GNAT 3.15p? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: NNTP-Posting-Host: 12.211.13.75 X-Complaints-To: abuse@comcast.net X-Trace: rwcrnsc53 1064548197 12.211.13.75 (Fri, 26 Sep 2003 03:49:57 GMT) NNTP-Posting-Date: Fri, 26 Sep 2003 03:49:57 GMT Organization: Comcast Online Date: Fri, 26 Sep 2003 03:50:02 GMT Xref: archiver1.google.com comp.lang.ada:42961 Date: 2003-09-26T03:50:02+00:00 List-Id: I downloaded the Claw demo for use with GNAT (Claw_Intro_Gnat.zip). Unzipped the files into a directory of their own. When I run the "mk*.bat" files I get compile time errors about circular elaboration. Am I doing something wrong? D:\AdaSrc\Libraries\CLAW\Sources>mkadtest D:\AdaSrc\Libraries\CLAW\Sources>gnatmake -gnato -O2 adtest -largs -mwindows gcc -c -gnato -O2 adtest.adb gcc -c -gnato -O2 ad_agency.adb gnatbind -x adtest.ali error: elaboration circularity detected info: "claw.low_dialog (spec)" must be elaborated before "claw.low_wnd_proc ( body)" info: reason: with clause info: "claw.edit.multiline (spec)" must be elaborated before "claw.low_dialog (body)" info: reason: with clause info: "claw.edit.multiline (spec)" must therefore be elaborated before "claw. low_dialog (spec)" info: (because "claw.low_dialog (spec)" has a pragma Elaborate_Body) info: "claw.low_wnd_proc (body)" must be elaborated before "claw.edit.multili ne (spec)" info: reason: Elaborate_All probably needed in unit "claw.edit.multiline ( spec)" info: recompile "claw.edit.multiline (spec)" with -gnatwl for full details info: "claw.low_wnd_proc (body)" info: must be elaborated along with its spec: info: "claw.low_wnd_proc (spec)" info: which is withed by: info: "claw.edit (body)" info: which must be elaborated along with its spec: info: "claw.edit (spec)" info: which is withed by: info: "claw.edit.multiline (spec)" gnatmake: *** bind failed. Steve (The Duck)