From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:6214:246f:b0:56e:9c55:1bab with SMTP id im15-20020a056214246f00b0056e9c551babmr1729747qvb.4.1677389428456; Sat, 25 Feb 2023 21:30:28 -0800 (PST) X-Received: by 2002:a05:6808:d49:b0:37f:b1ac:6b90 with SMTP id w9-20020a0568080d4900b0037fb1ac6b90mr2022199oik.0.1677389428212; Sat, 25 Feb 2023 21:30:28 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!border-1.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 25 Feb 2023 21:30:27 -0800 (PST) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=184.98.162.11; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG NNTP-Posting-Host: 184.98.162.11 References: <365f84cf-29ae-4857-8dfe-e3bfa2191f9dn@googlegroups.com> <022bbc8b-8764-4562-900a-7143fabd394cn@googlegroups.com> <9e4d44f2-9bb5-4c8b-91d5-0e96045a0d0cn@googlegroups.com> <8f22b571-4661-4e00-b893-ed52e6184810n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3a1c8c24-29ea-41ea-86ba-ad0a3f748b90n@googlegroups.com> Subject: Re: Weird error emanating from GNAT binder: duplicat "gnatS" From: Jerry Injection-Date: Sun, 26 Feb 2023 05:30:28 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:64987 List-Id: On Friday, February 24, 2023 at 1:07:08=E2=80=AFAM UTC-7, R R wrote: > Jerry schrieb am Freitag, 24. Februar 2023 um 01:34:33 UTC+1:=20 >=20 > > Compiles with either or both of "with GNAT.OS_Lib", "for Casing use "mi= xedcase"" absent.=20 > > Doesn't compile with both of "with GNAT.OS_Lib", "for Casing use "mixed= case"" present. > look for the casing of gnat.ads, g-os_lib.ads and g-os_lib.adb on your sy= stem. The lines 578 and 582 refer to the spec of gnat, hence the capital S = in gnatS. It seems to me to be included twice because of the mixed casing, = perhaps from different locations.=20 >=20 > R Those three filenames are all lowercase. Jerry