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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7a27b8f727dd1e47 X-Google-Attributes: gid103376,public Path: controlnews3.google.com!postnews1.google.com!not-for-mail From: wojtek@power.com.pl (Wojtek Narczynski) Newsgroups: comp.lang.ada Subject: Re: GNAT and no runtime Date: 28 May 2004 13:42:57 -0700 Organization: http://groups.google.com Message-ID: <5ad0dd8a.0405281242.535b9e7e@posting.google.com> References: <5ad0dd8a.0405260252.6523893f@posting.google.com> <3519454.Bj6hR9Rpgt@linux1.krischik.com> NNTP-Posting-Host: 83.27.32.248 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1085776978 4999 127.0.0.1 (28 May 2004 20:42:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 28 May 2004 20:42:58 +0000 (UTC) Xref: controlnews3.google.com comp.lang.ada:897 Date: 2004-05-28T13:42:57-07:00 List-Id: Hello, > No chance. Even gnat name or gnat chop won't expand them. It turns out that "gnatchop -gnatd4 " will expand filenames, but the result seems to be useless for anything but browsing. I get interesting errors(1) if I try to compile them. Apparently GNAT uses source filename, not package name to tell, which file is internal. (1)Like these: unchecked_conversion.ads:20:10: incorrect context for "Intrinsic" convention interfaces-c_streams.ads:272:36: non-static constant in preelaborated unit > The short names are hard coded into gnat. Any package from Ada.* Interface.* > GNAT.* and System.* must use short name. If only there were some strings hardcoded! There is much more than that. Regards, Wojtek