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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ee0e4483243b42b6 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!not-for-mail From: le_maitre@bluewin.ch (MagIk) Newsgroups: comp.lang.ada Subject: Re: io_graph.adb:7:22: warning: "Ada.Command_Line.Environment" is aninternal GNAT unit Date: 1 Dec 2004 11:20:51 -0800 Organization: http://groups.google.com Message-ID: <861a5c19.0412011120.1692fccf@posting.google.com> References: <861a5c19.0411301148.9ef7992@posting.google.com> <3160ebF36m6ltU1@individual.net> NNTP-Posting-Host: 83.78.27.175 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1101928852 29767 127.0.0.1 (1 Dec 2004 19:20:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 1 Dec 2004 19:20:52 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:6699 Date: 2004-12-01T11:20:51-08:00 List-Id: "Marc A. Criley" wrote in message news:<3160ebF36m6ltU1@individual.net>... > "Bj�rn Lundin" wrote: > >tisdag 30 november 2004 20:48 skrev MagIk: > >> Hi all, > >> > >> when i Compil my programme (requier Lib X11) i have this 2 Warning > >> > >> io_graph.adb:7:22: warning: "Ada.Command_Line.Environment" is an > >> internal GNAT unit > >> io_graph.adb:7:22: warning: use of this unit is non-portable and > >> version-dependent > > > > Just what it says. If you change compiler, it won't work since the package > > 'Ada.Command_Line.Environment' is a gnat-specific package > > And if you change GNAT compiler _version_ it may not work the same, or even > be present, since it's specific to GNAT. > > Marc A. Criley > McKae Technologies > www.mckae.com ok, i have the version 3.3.4 (I have the version of slackware 10..) but i could installl gnat-3.15P.. but i dont know how Instal it :( how install the Gnat-3.15P for Slack 10? ThX!