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.0 required=5.0 tests=BAYES_20,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,430b23c423ffac6d,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: FRENCH,ASCII Path: g2news1.google.com!postnews.google.com!v4g2000hsf.googlegroups.com!not-for-mail From: dimitri.vibert@gmail.com Newsgroups: comp.lang.ada Subject: =?ISO-8859-1?Q?Probl=E8me_avec_des_with?= Date: Wed, 30 Jan 2008 00:02:34 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 194.206.143.2 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1201680155 962 127.0.0.1 (30 Jan 2008 08:02:35 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 30 Jan 2008 08:02:35 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v4g2000hsf.googlegroups.com; posting-host=194.206.143.2; posting-account=TlbdawoAAACWBP9uYjOJhCH6dVry5wah User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19655 Date: 2008-01-30T00:02:34-08:00 List-Id: Bonjour, j'ai un petit probl=E8me avec les with ! j'ai 4 packages : Main | Route | | Voiture feu Dans le main j'ai "with route" Dans route j'ai "with voiture; with feu" Le probl=E8me c'est que la voiture n'a pas connaissance de la route et quand je met "with route" dans voiture j'ai une erreur : unit circular dependency Comment je peux r=E9gler ce probl=E8me ?? merci