Unable to build on windows "compilation of aws-session.adb failed"
@TurboGit is already working on this.
Since Sep 4, 2019.
- Dominant language
- Ada
- Stars
- 162
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to build AWS with SSL support on windows because the AWS build that GPS provides seems to misses SSL support.
I've:
-downloaded the repository
-added C:\gnat\2019 to PATH variable
-Downloaded OpenSSL DLLs from here https://indy.fulgan.com/SSL/ ( "openssl-1.0.2q-x64_86-win64.zip") (the link in readme.txt is offline) and copyed thw two dll in bin and lib of gnat C:\gnat\2019.
(Now I don't know if I have to set other in order to compile with SSL support, please say me)
-Run .\win32\build.cmd C:\GNAT\2019
It starts to compile but I get a lot of "(style) incorrect line terminator" warnings, I think I can ignore them.
The compilation failed with
"compilation of aws-session.adb failed"
I attach the complete log
out.txt
Is the procedure right? Why I get this error?
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.
Assessment
This issue has not been assessed yet.