Re: gnatbind error: elaboration circularity detected
"Jeffrey R. Carter" <[email protected]>
| Newsgroups | gmane.comp.lang.ada.france |
|---|---|
| Message-ID | <[email protected]> |
Thomas De Contes wrote: > private with anneaux; > package naturels is > ... > private > type chiffre is ... > package nb is new anneaux(chiffre); Dépendence de la "specification" de Naturels sur le "body" d'Anneaux. > end naturels; > > generic > type element is private; > package anneaux is > ... > > with naturels; > package body anneaux is Dépendence du "body" d'Anneaux sur la "specification" de Naturels. C'est une erreur de votre code. -- Jeff Carter "You couldn't catch clap in a brothel, silly English K...niggets." Monty Python & the Holy Grail 19 _______________________________________________ Site WWW de l'association Ada-France: http://www.ada-france.org/ [email protected] http://www.ada-france.org/mailman/listinfo/ada-france