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-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_05,FREEMAIL_FROM, WEIRD_PORT autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:6214:4102:: with SMTP id kc2mr18800648qvb.44.1626597798444; Sun, 18 Jul 2021 01:43:18 -0700 (PDT) X-Received: by 2002:a25:aa09:: with SMTP id s9mr24180015ybi.165.1626597798302; Sun, 18 Jul 2021 01:43:18 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 18 Jul 2021 01:43:18 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=109.180.159.156; posting-account=8KbgxQkAAACJyvtPg84oL23eOX_jDVUP NNTP-Posting-Host: 109.180.159.156 References: <4e943274-59ad-497d-9ef1-5f5d096aea56n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6b724d0f-3184-47f0-8266-c805406cf4b7n@googlegroups.com> Subject: Re: Problem with emacs ada-mode-7.1.4 From: Paul Onions Injection-Date: Sun, 18 Jul 2021 08:43:18 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:62403 List-Id: Hello Simon, On Saturday, 17 July 2021 at 22:18:16 UTC+1, Simon Wright wrote: > There has been a problem in this area for a while now. I compiled the > ada-mode I'm using (successfully) with GNAT CE 2019. Thanks for responding. I just tried that but now I get:- ada_mode_wisi_parse.gpr:22:06: unknown project file: "gnatcoll_sqlite" ada_mode_wisi_parse.gpr:23:06: unknown project file: "gnatcoll_xref" So I assume I need to install these gnatcoll components. I downloaded gnatcoll-db-21.0.0 from AdaCore's GitHub presence, but trying to build gnatcoll_sql I get:- ... Compile [Ada] gnatcoll-sql-exec-tasking.adb [Ada] gnatcoll-sql-inspect.adb [Ada] gnatcoll-sql_fields.adb [Ada] gnatcoll-sql_impl.adb gnatcoll-sql_impl.adb:1679:44: "UTC_Time_Offset" is not visible (more references follow) gnatcoll-sql_impl.adb:1679:44: non-visible declaration at a-catizo.ads:28 gnatcoll-sql_impl.adb:1679:44: non-visible declaration at a-calend.ads:403 ... I also tried with GNAT CE 2020 but get the same results. I'm guessing that UTC_Time_Offset is maybe a recent addition to one of the Ada/GNAT packages USEd by gnatcoll-sql_impl.adb? Slightly confused, Paul