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=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader02.eternal-september.org!aioe.org!9CzwYWWlKVx8RMZd/VcwFg.user.46.165.242.75.POSTED!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Emacs ada-mode installation on Debias bullseye Date: Sun, 05 Sep 2021 11:19:21 -0700 Organization: Aioe.org NNTP Server Message-ID: <86fsuisx5i.fsf@stephe-leake.org> References: <4ce850c3-9088-4916-b2b0-dc49bc100b6cn@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: gioia.aioe.org; logging-data="39180"; posting-host="9CzwYWWlKVx8RMZd/VcwFg.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (windows-nt) Cancel-Lock: sha1:gLEqvisYrlBZ1wIjrADcd1QkdW8= X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader02.eternal-september.org comp.lang.ada:62648 List-Id: Simon Wright writes: >> I tried to >> comment out gnatcoll_sqlite and gnatcoll_xref in >> ada_mode_wisi_parse.gpr.gp to no avail. > > Since the wisi parser relies on the facilities provided by these two > packages, that is *guaranteed* not to work! It's only gpr_query that relies on those libraries. gpr_query provides the cross reference backend. So technically, you could comment out gpr_query in ada_mode_wisi_parse.gpr.gp, and only build the parser. A lot of ada-mode would still work. -- -- Stephe