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.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,dcca85275bbf556 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-06 02:53:33 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.stueberl.de!teaser.fr!wanadoo.fr!not-for-mail From: "abdel" Newsgroups: comp.lang.ada Subject: Re: error: elaboration circularity detected on notify's example Date: Thu, 6 Mar 2003 11:53:31 +0100 Organization: Wanadoo, l'internet avec France Telecom Message-ID: References: NNTP-Posting-Host: alagny-106-2-1-11.abo.wanadoo.fr X-Trace: news-reader0.wanadoo.fr 1046948012 22917 80.13.8.11 (6 Mar 2003 10:53:32 GMT) X-Complaints-To: abuse@wanadoo.fr NNTP-Posting-Date: 6 Mar 2003 10:53:32 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: archiver1.google.com comp.lang.ada:34962 Date: 2003-03-06T10:53:32+00:00 List-Id: a �crit dans le message news: JnE9a.376015$vm2.283397@rwcrnsc54... > > 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. I have added -gnatE just after gnatmake to all .bat files and have changed in "tools" "GNAT option in current directory" on line gnatmake: "-gnatE" and the problem is alwais there