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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=c3=b6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: file descriptor of a serial port Date: Mon, 20 Aug 2018 17:17:36 +0200 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 20 Aug 2018 15:17:14 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="015d02481dda9fa63f936481e6934888"; logging-data="20141"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18abykHQo2nEBVyR2P9gquz" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 Cancel-Lock: sha1:Pj6sTdMT0jEuyDhHhubWOY8ug/E= In-Reply-To: Content-Language: en-US Xref: reader02.eternal-september.org comp.lang.ada:54190 Date: 2018-08-20T17:17:36+02:00 List-Id: On 2018-08-20 15:56, jan.de.kruyf@gmail.com wrote: > I tried to construct a child package of GNAT.Serial_Communications but the compiler does not like that, since it does not >actually compile that package. Do you actually 'with' that new child package? Otherwise it is strange that it is not compiled. -- -- Björn