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!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: Ada Web Server Installation Date: Thu, 14 Jan 2016 11:35:13 -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 Jan 2016 11:35:13 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="da745e888d4a5182b5fda6212bbb0a63"; logging-data="29672"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18EBS4dDv/yOFSSgD0bZBkm2zeaBk540Ns=" User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Cancel-Lock: sha1:GixPg/BuE4vvUYPul0fBcUyF0XA= Xref: news.eternal-september.org comp.lang.ada:29127 Date: 2016-01-14T11:35:13+00:00 List-Id: On Thu, 14 Jan 2016 02:31:49 -0800, n93942011 wrote: > I'm attempting to move towards more complicated Ada concepts and delve > into Ada Web applications and Ada Web Server programming, but I'm having > trouble at the starting block with the installation of the AWS from Ada > Core. The system I'm attempting to run it on is Windows 7 with a Cygwin > Terminal. When I run the first make command, $make setup, I get the > following: [ errors...] Which Ada compiler are you using? Is it an FSF one, as from getadanow.com for example? I ran into trouble using the FSF compiler to build some Adacore libraries including AWS, which was most simply resolved by using the Adacore Libre (gpl) compiler. (So I didn't get into the details of the errors and their resolution). While AWS (compiled with the Libre edition) is undoubtedly a great product, this is an unfortunate feature that doesn't quite jive with the supposed portability of Ada code. Or look at www.gnoga.com (which was re-written to avoid using components of AWS) as a more modern alternative. -- Brian