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 10:26:28 +0100 Organization: BAE SYSTEMS Message-ID: <40c6d68f$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> <40c6b8fd$1_1@baen1673807.greenlnk.net> <2611361.JMxpSgI9HX@linux1.krischik.com> X-Trace: news.uni-berlin.de yDL5bWUM4x5uNoiYqLAaVw0Yc3p6Dxq4lNGYYjgEaSBd+zuwOq 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:1292 Date: 2004-06-09T10:26:28+01:00 List-Id: "Martin Krischik" wrote in message news:2611361.JMxpSgI9HX@linux1.krischik.com... > > 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. > > Maybe I am missing something: > > -a Consider all files, even readonly ali files > > And that helps? Well I give it a try. Yes, although you'll find it compiles almost every other system/ada/gnat/interface package too in the process! I just pick out the .ali/.o files I'm interested in and copy them to the 'adalib' and the source to the 'adainclude' folders and start using the new Ada.* packages.. Cheers -- Martin