comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: Error in installing AWS on windows
Date: Fri, 26 Aug 2016 18:30:48 +0100
Date: 2016-08-26T18:30:48+01:00	[thread overview]
Message-ID: <lya8fzbfp3.fsf@pushface.org> (raw)
In-Reply-To: npphp0$avq$1@dont-email.me

Björn Lundin <b.f.lundin@gmail.com> 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";

   project ASIS2XML is

because, in (here) /opt/gnat-gpl-2016/lib/gnat/xmlada.gpr I see

--  Project file for use of XML/Ada.
--  Put the directory that contains xmlada.gpr in your ADA_PROJECT_PATH
--  variable. Then, in our own project file, add a "with" dependency on
--  "xmlada.gpr".

with "xmlada_unicode", "xmlada_sax", "xmlada_input", "xmlada_dom";
with "xmlada_schema";

project Xmlada is
   for Source_Dirs use ();
end Xmlada;

  reply	other threads:[~2016-08-26 17:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-25 18:34 Error in installing AWS on windows pideltachange
2016-08-25 18:56 ` Pascal Obry
2016-08-25 19:20   ` pideltachange
2016-08-25 20:00     ` Pascal Obry
2016-08-26 10:24       ` pideltachange
2016-08-26 10:27       ` pideltachange
2016-08-26 13:55         ` Björn Lundin
2016-08-26 17:30           ` Simon Wright [this message]
2016-08-29  7:28             ` Björn Lundin
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox