Re: erreur de compilation !!
- From: Jean-Pierre Rosen <rosen@xxxxxxxxx>
- Date: Fri, 25 Jan 2008 17:20:46 +0100
djalil85@xxxxxxxxxx a écrit :
J'ai un problème de compilation et j'aurais besoin d'aide SVP:If you want to post in French, please use fr.comp.lang.ada
But we'll forgive you since it is the first time...
entier_paquetage.adb:4:01: spec of this package does not allow a bodySi la spec ne demande pas un corps, le corps n'est pas autorisé. On peut forcer un corps en mettant "pragma elaborate_body;" dans la spec.
entier_paquetage.adb:20:08: "Superieure" is not visibleIl faut rendre le paquetage où est déclarée la fonction visible par
entier_paquetage.adb:20:08: non-visible declaration at
comparaison_paquetage.ads:7
use Operations_Instance.Comparaison_Instance;
--
---------------------------------------------------------
J-P. Rosen (rosen@xxxxxxxxx)
Visit Adalog's web site at http://www.adalog.fr
.
- References:
- erreur de compilation !!
- From: djalil85
- erreur de compilation !!
- Prev by Date: Re: Why I hate Gtk+/GNOME (from the perspective of an Ada supporter)
- Next by Date: Re: Test tool not only for Ada
- Previous by thread: erreur de compilation !!
- Next by thread: What is the best way to define the Imported C function
- Index(es):
Relevant Pages
|