comp.lang.ada
 help / color / mirror / Atom feed
From: tmoran@acm.org
Subject: Re: error: elaboration circularity detected on notify's example
Date: Thu, 06 Mar 2003 09:18:33 GMT
Date: 2003-03-06T09:18:33+00:00	[thread overview]
Message-ID: <JnE9a.376015$vm2.283397@rwcrnsc54> (raw)
In-Reply-To: b46upv$7pb$1@news-reader12.wanadoo.fr

> 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.



  reply	other threads:[~2003-03-06  9:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-06  7:53 error: elaboration circularity detected on notify's example abdel
2003-03-06  9:18 ` tmoran [this message]
2003-03-06 10:53   ` abdel
2003-03-06 16:51     ` tmoran
2003-03-07  7:39       ` abdel
2003-03-07  8:01         ` tmoran
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox