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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.144.138 with SMTP id sm10mr5371081pab.4.1452801806762; Thu, 14 Jan 2016 12:03:26 -0800 (PST) X-Received: by 10.182.153.36 with SMTP id vd4mr95771obb.10.1452801806726; Thu, 14 Jan 2016 12:03:26 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!h5no4796503igh.0!news-out.google.com!l1ni13677igd.0!nntp.google.com!h5no4796493igh.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 14 Jan 2016 12:03:26 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=35.46.85.122; posting-account=oj0ahQoAAADBnzFlFQKUc6kJrXLFHMgP NNTP-Posting-Host: 35.46.85.122 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada Web Server Installation From: n93942011@gmail.com Injection-Date: Thu, 14 Jan 2016 20:03:26 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:29132 Date: 2016-01-14T12:03:26-08:00 List-Id: On Thursday, January 14, 2016 at 6:37:58 AM UTC-5, Brian Drummond wrote: > On Thu, 14 Jan 2016 02:31:49 -0800, n93942011 wrote: >=20 > > I'm attempting to move towards more complicated Ada concepts and delve > > into Ada Web applications and Ada Web Server programming, but I'm havin= g > > 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 Cygwi= n > > Terminal. When I run the first make command, $make setup, I get the > > following: >=20 > [ errors...] >=20 > Which Ada compiler are you using? Is it an FSF one, as from getadanow.com= =20 > for example? >=20 > I ran into trouble using the FSF compiler to build some Adacore libraries= =20 > including AWS, which was most simply resolved by using the Adacore Libre= =20 > (gpl) compiler. (So I didn't get into the details of the errors and their= =20 > resolution). >=20 > While AWS (compiled with the Libre edition) is undoubtedly a great=20 > product, this is an unfortunate feature that doesn't quite jive with the= =20 > supposed portability of Ada code. >=20 > Or look at www.gnoga.com (which was re-written to avoid using components= =20 > of AWS) as a more modern alternative. >=20 > -- Brian Sorry for the late reply. First I'm using the GNAT GPL 2015 Compiler with = the AWS from libre.Adacore.com. Since in your comment you mention that you= got the AWS libre edition to compile I'm leaning towards the fact that I'm= messing up in my makefile. Gnoga seems like a viable option as well and I= appreciate the suggestion, but like I said you seemed to have got AWS to c= ompile with the same tools so I think instead of ditching something because= I can't get it work wouldn't benefit me in the long run. If you possibly show a copy of your makefile.conf and tell me which termina= l you're using I would really be thankful.