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.121.132 with SMTP id lk4mr5334572pab.7.1452803405816; Thu, 14 Jan 2016 12:30:05 -0800 (PST) X-Received: by 10.182.125.195 with SMTP id ms3mr96806obb.17.1452803405763; Thu, 14 Jan 2016 12:30:05 -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!o2no3275686iga.0!news-out.google.com!kr2ni5120igb.0!nntp.google.com!h5no4806275igh.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 14 Jan 2016 12:30:05 -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:30:05 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:29134 Date: 2016-01-14T12:30:05-08:00 List-Id: On Thursday, January 14, 2016 at 2:56:40 PM UTC-5, bj=F6rn lundin wrote: > On 2016-01-14 17:02, Jeffrey R. Carter wrote: > > On 01/14/2016 03:31 AM, n93....@gmail.com 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 tr= ouble > >> 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: > >=20 > > I'm not sure if anyone has ever been able to use AWS on Windows. This h= as been > > discussed many times on here: >=20 > I have. We include it in our product. > It usually takes a _very_ new compiler. > And lately, using the bat file Pascal mentions in his post makes it > much easier to install - from an ordinary cmd.exe session - not bash. >=20 >=20 >=20 >=20 > -- > Bj=F6rn I re-downloaded the packages and searched extensively through each folder l= ooking for a .bat file. I found only one, "make.bat" file under the "/docs"= folder, which I'm assuming is not what I'm looking for. Could one of you = be so kind to give more of a specific path to this .bat file that makes it = easier to install?