comp.lang.ada
 help / color / mirror / Atom feed
From: Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject: Re: How to write gpr files from scratch , example 1, build only one package
Date: Fri, 01 Nov 2019 18:50:54 -0400
Date: 2019-11-01T18:50:54-04:00	[thread overview]
Message-ID: <nidprepke90qs01c23p91nl62l2j8449jm@4ax.com> (raw)
In-Reply-To: eaf3de25-2334-4891-bf4b-b3fea811f1e5@googlegroups.com

On Fri, 1 Nov 2019 15:33:22 -0700 (PDT), Alain De Vos
<devosalain71@gmail.com> declaimed the following:

>On Friday, November 1, 2019 at 11:26:13 PM UTC+1, Simon Wright wrote:
>> Alain De Vos <devosalain71@gmail.com> writes:
>> 
>> > buttonhandler.adb:19:14: file "buttonhandler.ads" not found
>> 
>> Perhaps the reason for the compiler not finding this file is that you
>> haven't written it.
>
>The line 19 is :
>package body buttonhandler is 
>
>Maybe i missed something ?

	That defines a BODY file. It is not a SPECification file (.ads).

	The spec file defines the interface -- what objects and methods are
available to users of the package.


-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
	wlfraed@ix.netcom.com    http://wlfraed.microdiversity.freeddns.org/

  parent reply	other threads:[~2019-11-01 22:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-01 22:04 How to write gpr files from scratch , example 1, build only one package Alain De Vos
2019-11-01 22:10 ` Alain De Vos
2019-11-02  8:42   ` Dmitry A. Kazakov
2019-11-01 22:26 ` Simon Wright
2019-11-01 22:33   ` Alain De Vos
2019-11-01 22:34     ` Alain De Vos
2019-11-01 23:05       ` Alain De Vos
2019-11-01 22:50     ` Dennis Lee Bieber [this message]
2019-11-02 10:13 ` Alain De Vos
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox