From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:ae9:edc6:: with SMTP id c189mr3668957qkg.351.1572021421889; Fri, 25 Oct 2019 09:37:01 -0700 (PDT) X-Received: by 2002:aca:5909:: with SMTP id n9mr3753414oib.99.1572021421579; Fri, 25 Oct 2019 09:37:01 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!h21no5898030qto.0!news-out.google.com!x7ni984qtf.0!nntp.google.com!h21no5898019qto.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 25 Oct 2019 09:37:01 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.77.182.20; posting-account=W2gdXQoAAADxIuhBWhPFjUps3wUp4RhQ NNTP-Posting-Host: 76.77.182.20 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: compiling GPS (aka GNAT Studio!) from source From: Stephen Leake Injection-Date: Fri, 25 Oct 2019 16:37:01 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57343 Date: 2019-10-25T09:37:01-07:00 List-Id: I'm trying to compile GPS from source, so I can understand how it uses libadalang, and specifically whether it uses libadalang for indentation (so I can compare it to the current Emacs ada-mode). I've downloaded a tarball from the 19.2 branch on github, and I'm compiling with gnat pro 19.2 on Debian. After satisfying configure, there are references to "../ada_language_server/*" in some gpr files; that directory does not exist in the GPS sources. After commenting those out, there is a "with Glib.Utils;", but there is no glib-utils.ads. The gtkada package (installed) includes many glib-*, but not glib-utils. Apparently there is a version/release mismatch here. Does anyone know what version of gtkada (or some other package) includes glib.utils? Has anyone succeeded in compiling gps from source? -- Stephe