From: Niklas Holsti <[email protected]>
Subject: Re: Weird error emanating from GNAT binder: duplicat "gnatS"
Date: Thu, 23 Feb 2023 14:57:52 +0200 [thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
On 2023-02-23 8:34, Jerry wrote:
> I deleted lines from common.adb and common.ads piecemeal until I arrived at this MWE:
>
> with Common;
> procedure Test_gnatS_Problem is
> begin
> null;
> end Test_gnatS_Problem;
>
> package body Common is
> procedure Dummy is
> begin
> null;
> end Dummy;
> end Common;
>
> with GNAT.OS_Lib; -- Error disappears when this line is removed.
> package Common is
> procedure Dummy;
> end Common;
>
> Surely this is enough for someone to work with in fixing this problem.
>
> Jerry
Compiles with no error (including the "with" clause) on my system, which
is an oldish one:
GNAT Community 2019 (20190517-83)
MacOS Mojave
next prev parent reply other threads:[~2023-02-23 12:57 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-21 0:11 Weird error emanating from GNAT binder: duplicat "gnatS" Jerry
2023-02-21 22:59 ` Jerry
2023-02-22 5:53 ` Niklas Holsti
2023-02-22 8:50 ` Jerry
2023-02-22 9:37 ` Jeffrey R.Carter
2023-02-22 9:49 ` Jerry
2023-02-22 14:26 ` Simon Wright
2023-02-23 6:34 ` Jerry
2023-02-23 12:57 ` Niklas Holsti [this message]
2023-02-24 20:22 ` Jeffrey R.Carter
2023-02-22 9:39 ` Jerry
2023-02-23 13:16 ` Simon Wright
2023-02-23 19:33 ` Jerry
2023-02-24 0:28 ` Jerry
2023-02-24 0:34 ` Jerry
2023-02-24 8:07 ` R R
2023-02-26 5:30 ` Jerry
replies disabled
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox