Unable to build gnatstudio
Nobody has claimed this yet.
- Dominant language
- Ada
- Stars
- 531
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
I faced a lot of issue on building gnatstudio.
I have not found a clear installation instruction
First I installed all AdaCore products from github (rel v22.0.0) where applicable, then trying to solve incompatibility between version I selected the commitID=1c43c1db6b60b51d65fcd4f38bf8e8c92d3969b for gnatstudio, that is the last compilable.
I needed to install lsp_client_glib.gpr from ada_language_server.
Also needed to add -lpython3.9 to the gprbuild of gnatstudio as otherwise it raised "error adding symbols: DSO missing from command line"
So I finally built it but gnatstudio failed with a SIGSEGV, during the call to gnatcoll.scripts.python.new_instance
What am I doing wrong ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the build with the reported v22.0.0 products, commit 1c43c1db6b60b51d65fcd4f38bf8e8c92d3969b, lsp_client_glib.gpr, and Python 3.9. Start at the gnatcoll.scripts.python.new_instance call and compare the build and runtime environment. Done means identifying the incompatibility or documenting the compatible installation steps and resolving or clearly explaining the SIGSEGV.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100