AdaCore / gnatstudio

GNAT Studio is a powerful and lightweight IDE for Ada and SPARK.
399 stars 52 forks source link

Dependency List Out of Date #164

Open andrewathalye opened 1 year ago

andrewathalye commented 1 year ago

Hello, I’m working on packaging some of the Continuous Release versions for NixOS, and it appears the list of dependencies isn’t up-to-date.

An updated list of things necessary to build gnatstudio is below: gtkada; libadalang; libadalang-tools; vss; ada-language-server; ada-spawn-glib; ada-language-server-glib;

I also found a few files which wouldn’t compile on GNAT 12 and required modifications. I assume these work on GNAT 13, but am not presently able to test that:

dap-client.adb codepeer-bridge-commands.adb

I will update this issue as I become aware of any other such files. In both cases the error message is related to calling .Element on on Ada.Containers.Hashed_Sets instance.

AnthonyLeonardoGracio commented 5 months ago

Hello,

You are right, we'll update them. Thanks for opening this.

Regards,

AnthonyLeonardoGracio commented 5 months ago

Actually which exact list are you talking about? The one in the README?