comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: Simple parse from https website
Date: Fri, 3 Apr 2020 14:49:27 +0200
Date: 2020-04-03T14:49:27+02:00	[thread overview]
Message-ID: <r67bcm$1sb9$1@gioia.aioe.org> (raw)
In-Reply-To: 1261115f-adac-4c76-86fa-9fc61d55028f@googlegroups.com

On 2020-04-03 14:30, Rego, P. wrote:
> On Friday, April 3, 2020 at 9:13:19 AM UTC-3, Rego, P. wrote:
>>> Did you try building simple components as a library and
>>> "withing" the gpr file instead of adding it to your source
>>> directories?
>>
>> Hi Jere. Not yet, trying to do this way.
> 
> Same response. Also, it looks that some files are not there, like parsers-json.ads (in this case it does not exist in my machine)

They are certainly there. In your gpr-project file you must have these:

with "components.gpr";
with "components-connections_server-http_server.gpr";
with "components-connections_server-openssl.gpr";
with "components-openssl.gpr";
with "components-json.gpr";

Things like JSON, HTTP, OpenSSL bindings are outside the core library. 
You must add them extra.

BTW, if you want to try it, there is a small bug fix in the signaled 
HTTP client which is not yet released. You can download it here:

http://www.dmitry-kazakov.de/ada/components_4_49.tgz

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de

  reply	other threads:[~2020-04-03 12:49 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-02 13:58 Simple parse from https website Rego, P.
2020-04-02 14:24 ` Egil H H
2020-04-02 14:44   ` Rego, P.
2020-04-03  9:35     ` Björn Lundin
2020-04-03 12:04       ` Rego, P.
2020-04-02 14:42 ` Dmitry A. Kazakov
2020-04-02 14:48   ` Rego, P.
2020-04-02 17:16     ` Dmitry A. Kazakov
2020-04-02 18:27       ` Rego, P.
2020-04-02 19:05         ` Dmitry A. Kazakov
2020-04-02 19:34           ` Rego, P.
2020-04-03  5:19             ` Jere
2020-04-03 12:13               ` Rego, P.
2020-04-03 12:30                 ` Rego, P.
2020-04-03 12:49                   ` Dmitry A. Kazakov [this message]
2020-04-03  6:47             ` Dmitry A. Kazakov
2020-04-03 12:42               ` Rego, P.
replies disabled

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