Closed Ptival closed 1 year ago
Hello,
Thank you for reporting this omission: we’ll complete our build instructions accordingly.
- Installed, via the
apt
package manager, all ofgnat gprbuild libgnatcoll19-dev libgnatcoll-gmp19-dev libgnatcoll-iconv19-dev
,
This will work for the 19 release of Libadalang, but if you are trying to build the current master
branch, you should build and install the master
branches for all library dependencies as well (xmlada, libgpr, gnatcoll, …).
I can definitely build AdaSAT, but then langkit's
manage.py
seems to do nothing with it. Supposedly I'd need to add it to myGPR_PROJECT_PATH
, but at that point it seems I'm deviating from the intended installation setup.
Right, or even better: install AdaSAT with gprinstall.
I'm just trying to get the
libadalang
python bindings built, on a Linux VM (some Ubuntu), and finding it problematic.I have done the following:
apt
package manager, all ofgnat gprbuild libgnatcoll19-dev libgnatcoll-gmp19-dev libgnatcoll-iconv19-dev
,REQUIREMENTS.dev
in there,But when trying to build the "langkit support", I get the following error:
Nothing in the installation instructions mention
adasat
.From this CI action, I gather it's this, but I tried checking it out in the same location, and it doesn't help.
I can definitely build AdaSAT, but then langkit's
manage.py
seems to do nothing with it. Supposedly I'd need to add it to myGPR_PROJECT_PATH
, but at that point it seems I'm deviating from the intended installation setup.