Why is unavailable directory included?
Nobody has claimed this yet.
- Dominant language
- Ada
- Stars
- 13
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Dear Developers,
When I use aunit.gpr I get two warnings:
aunit.gpr:18:24: warning: library directory "C:\path\to\aunit\lib\aunit\native-full" does not exist
aunit.gpr:22:23: warning: object directory "../aunit-obj/native-full" not found
This question is about the first warning: why is a directory included that doesn't exists?
In other words, this statement has no effects since no additional code will ever be included.
Greetings,
Pierre
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
Inspect aunit.gpr at lines 18 and 22 to understand how the library and object directories are configured. Reproduce the warnings with the reported project setup, then determine whether the missing library directory is intentional and what configuration change would make the warnings disappear.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100