Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ada > #49419
| From | Simon Wright <simon@pushface.org> |
|---|---|
| Newsgroups | comp.lang.ada |
| Subject | Re: Emacs ada-mode installation on Debias bullseye |
| Date | 2021-09-05 10:55 +0100 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <lyo897jqi4.fsf@pushface.org> (permalink) |
| References | <4ce850c3-9088-4916-b2b0-dc49bc100b6cn@googlegroups.com> |
R R <rrr.eee.27@gmail.com> writes: > I recently upgraded my Debian machine to bullseye. By then Emacs' > ada-mode stopped working as it couldn't find some dynamic library. So > I reinstalled ada-mode 7.1.8 and now I have to compile the wisi > parser. First I had to install libgnatcoll19-dev. But I still get the > error messages: > > ada_mode_wisi_parse.gpr:22:06: imported project file "gnatcoll_sqlite" not found > ada_mode_wisi_parse.gpr:23:06: imported project file "gnatcoll_xref" not found > > So I tried to install libgnatcoll-sqlite20-dev, but that doesn't exist > and libgnatcoll-sqlite20 doesn't provide a gpr file. I don't know about the Debian system, but wouldn't the numbers have to match (i.e., 19 vs 20)? If you can't find the prebuilt -dev package, try building from source as suggested here: https://www.nongnu.org/ada-mode/ada-mode.html#Building-GNATCOLL-2019 - probably best to install in a private location, not over the system. Also, when you get to the Github repo, the v21.0.0 package may have compilation issues depending on your compiler: there are very few changes between that version and the latest commit. > 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!
Back to comp.lang.ada | Previous | Next — Previous in thread | Next in thread | Find similar
Emacs ada-mode installation on Debias bullseye R R <rrr.eee.27@gmail.com> - 2021-09-04 16:17 -0700
Re: Emacs ada-mode installation on Debias bullseye Simon Wright <simon@pushface.org> - 2021-09-05 10:55 +0100
Re: Emacs ada-mode installation on Debias bullseye Stephen Leake <stephen_leake@stephe-leake.org> - 2021-09-05 11:19 -0700
Re: Emacs ada-mode installation on Debias bullseye R R <rrr.eee.27@gmail.com> - 2021-09-05 11:32 -0700
Re: Emacs ada-mode installation on Debias bullseye R R <rrr.eee.27@gmail.com> - 2021-09-05 13:58 -0700
Re: Emacs ada-mode installation on Debias bullseye Stephen Leake <stephen_leake@stephe-leake.org> - 2021-09-06 10:02 -0700
csiph-web