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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=c3=b6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: Error in installing AWS on windows Date: Mon, 29 Aug 2016 09:28:28 +0200 Organization: A noiseless patient Spider Message-ID: References: <1472151385.16907.56.camel@obry.net> <6c6fa25f-f4fb-430c-a73b-957477bf1805@googlegroups.com> <1472155206.16907.59.camel@obry.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 29 Aug 2016 07:28:25 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="6a09ccc49493ecf301ef65af9aa456c7"; logging-data="20461"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19s4ncq7BZfODFHyAP3fYhc" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.1.0 In-Reply-To: Cancel-Lock: sha1:bx76EEnoT2SLHK10eXvGquKFNzQ= Xref: news.eternal-september.org comp.lang.ada:31634 Date: 2016-08-29T09:28:28+02:00 List-Id: On 2016-08-26 19:30, Simon Wright wrote: > Björn Lundin writes: > >> On 2016-08-26 12:27, pideltachange@gmail.com wrote: >>> 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? >> >> You need >> >> with "xmlada_schema"; >> with "xmlada_dom"; >> with "xmlada_input"; >> with "xmlada_sax"; >> with "xmlada_unicode"; >> >> in your gpr file > > You should really only need the one with: I have one with > > with "asis"; > with "xmlada"; > Right, we do with on aws, which lists them separately. Did not know there was a separate xmlada, but it does make sense. -- -- Björn