From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: AWS+OpenSSL Date: Thu, 14 Jun 2018 10:28:21 -0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 14 Jun 2018 10:28:21 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="697e0fff29a8d60518bf799495e6b508"; logging-data="21568"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/W8ZsOa4+I3FkUBHfTi/hOBcHZMGX4DvY=" User-Agent: Pan/0.141 (Tarzan's Death; 168b179 git.gnome.org/pan2) Cancel-Lock: sha1:4c9go6XJTNDXrzx4w5kh8Ohe/80= Xref: reader02.eternal-september.org comp.lang.ada:53096 Date: 2018-06-14T10:28:21+00:00 List-Id: On Thu, 14 Jun 2018 03:17:54 -0700, eduardsapotski wrote: > I try build AWS 2018 include OpenSSL. OS - Ubuntu 18. > Getting errors: Which OS, compiler version, and where did you get AWS? The messages suggest you may be mixing versions. In the distant past I had troubles building AWS from Adacore's downloads with the FSF compiler (+ tools etc) native to Debian. At the time I "resolved" the issue by downloading Gnat-GPL from Adacore and it all simply worked. (I didn't dig any further to find the issue) Recently I built AWS with FSF Gnat and that simply worked too (though I didn't try SSL) - the difference may have been that I got AWS from Debian https://packages.debian.org/source/stable/libaws and related packages. Presumably this is Debian patched to work with Debian's own FSF Gnat and SSL packages. -- Brian