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: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: GNAT and no runtime Date: Wed, 9 Jun 2004 08:20:18 +0100 Organization: BAE SYSTEMS Message-ID: <40c6b8fd$1_1@baen1673807.greenlnk.net> References: <5ad0dd8a.0405260252.6523893f@posting.google.com> <3519454.Bj6hR9Rpgt@linux1.krischik.com> <5ad0dd8a.0405281242.535b9e7e@posting.google.com> <14117933.bn39bjDOdp@linux1.krischik.com> <1760877.vB5b9iA35e@linux1.krischik.com> X-Trace: news.uni-berlin.de Ffda1Om35jpp5/yTpRfJ8wfaVBr5m0w/bUqPr0+ro19jFWRMHc X-Orig-Path: baen1673807.greenlnk.net!baen1673807!not-for-mail X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Original-NNTP-Posting-Host: baen1673807.greenlnk.net Xref: g2news1.google.com comp.lang.ada:1278 Date: 2004-06-09T08:20:18+01:00 List-Id: "Martin Krischik" wrote in message news:1760877.vB5b9iA35e@linux1.krischik.com... > >> In the end the hole thing failed. After compiling everything OK, > >> GNAT moaned about my packages not been part of the predefined > >> Library. > > > > There are rules for packages that are amended parts of the library: > > you need to compile with at least -gnatg, all warnings are treated as > > errors .. but I would still have expected it to build. I've never > > tried any _new_ units, though. > > They did compiler OK. The error comes when you tried to "with" them. I have > not tired to compile the whole program with -gnatg. Sorry, I'm missing something here. I've added the new Ada.Directories and Ada.Calendar.* packages to 3.15p (never had to use -gnatg, I just used -a) and built applications just fine. I do get the warnings about with-ing GNAT internal packages but that didn't stop anything. -- Martin