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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dcca85275bbf556 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-06 01:18:34 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wn14feed!wn13feed!wn12feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc54.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: error: elaboration circularity detected on notify's example References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc54 1046942313 12.234.13.56 (Thu, 06 Mar 2003 09:18:33 GMT) NNTP-Posting-Date: Thu, 06 Mar 2003 09:18:33 GMT Organization: AT&T Broadband Date: Thu, 06 Mar 2003 09:18:33 GMT Xref: archiver1.google.com comp.lang.ada:34959 Date: 2003-03-06T09:18:33+00:00 List-Id: > what that means when i compile the NOTIFY example ? Gnat 3.15 has changed their handling of elaboration order. Take another look at the Notify example's readme.txt and you'll notice that it says to use "-gnatE" on the gnatmake line to get proper elaboration handling. The older Claw examples on www.adapower.com suffer from the same problem when compiled with Gnat 3.15 - their .bat files no longer work until you insert -gnatE on the gnatmake command line. It's possible to skip the need for -gnatE by judicious placement of pragmas to instruct the compiler, and RR Software has done that for $>0 Claw. Until those changes get propagated to the older version on adapower, add -gnatE to the .bat files.