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.129.115.2 with SMTP id o2mr2120684ywc.55.1472207263214; Fri, 26 Aug 2016 03:27:43 -0700 (PDT) X-Received: by 10.157.44.69 with SMTP id f63mr151453otb.2.1472207263179; Fri, 26 Aug 2016 03:27:43 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!c52no11054244qte.1!news-out.google.com!d68ni39504ith.0!nntp.google.com!j128no89911ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 26 Aug 2016 03:27:43 -0700 (PDT) In-Reply-To: <1472155206.16907.59.camel@obry.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.19.184.211; posting-account=9MeBcwoAAACpT4Bc3y4Q17pIMqi2yNUC NNTP-Posting-Host: 173.19.184.211 References: <1472151385.16907.56.camel@obry.net> <6c6fa25f-f4fb-430c-a73b-957477bf1805@googlegroups.com> <1472155206.16907.59.camel@obry.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Error in installing AWS on windows From: "pideltachange@gmail.com" Injection-Date: Fri, 26 Aug 2016 10:27:43 +0000 Content-Type: text/plain; charset=UTF-8 X-Received-Bytes: 2067 X-Received-Body-CRC: 3967514374 Xref: news.eternal-september.org comp.lang.ada:31585 Date: 2016-08-26T03:27:43-07:00 List-Id: > XML/Ada libraries are distributed with GNAT GPL. > I'm still getting the aforementioned errors. I'm wondering would I be able to copy the source files of xmlada_etc... into any of these directory? ("core", "extended", "../templates_parser/src", "../config/src", "../config/ssl", "../" & Shared.Target_Dir & "/setup/src", "."); I've also tried "make setup build". That returned the following error makefile.checks:28: *** unterminated call to function `shell': missing `)'. Stop. On another note, I'm not able to call any of the xml/ada packages. I'm inferring the packages will have to be built prior to building out the aws. However, I thought I did see a static lib of xmlada_etc (.a file) in GNAT/2016/LIB directory. Or did I miss something when I install gnat-gpl window executable?