Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imported project file "aws" not found #21

Closed
ethindp opened this issue Mar 22, 2022 · 2 comments
Closed

imported project file "aws" not found #21

ethindp opened this issue Mar 22, 2022 · 2 comments

Comments

@ethindp
Copy link

ethindp commented Mar 22, 2022

For some reason the configure script isn't finding the aws installation even though its in the "external" directory. Ideas or should I just install it from the AUR?

@stcarrez
Copy link
Owner

If gnat fails to find aws, it could be that it is installed in some other directory.

Make sure aws was compiled and installed and locate the aws.gpr file.

Then, setup the ADA_PROJECT_PATH environment variable to indicate the location of the installed aws.gpr file.

If you have installed aws.gpr in /usr/local/share/gpr, then you should set:

export ADA_PROJECT_PATH=/usr/local/share/gpr

@ethindp
Copy link
Author

ethindp commented Mar 23, 2022

Oh... Whoops? I understand how it works now. I saw aws under external/aws and thought that aws was a submodule. Thanks!

@ethindp ethindp closed this as completed Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants