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 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED.3d73Ybk3C5U4I2t8lv+lAQ.user.gioia.aioe.org!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Simple parse from https website Date: Fri, 3 Apr 2020 14:49:27 +0200 Organization: Aioe.org NNTP Server Message-ID: References: <7dc6d888-696c-4936-b678-66e1c8198449@googlegroups.com> <1751295b-bd07-4a29-8181-2a24764e1644@googlegroups.com> <16db176e-7625-4c0a-bcb4-4968981065f5@googlegroups.com> <6ca126be-b21e-4e4e-baca-08f157016185@googlegroups.com> <32750946-87d2-433a-a766-123912c632e0@googlegroups.com> <1261115f-adac-4c76-86fa-9fc61d55028f@googlegroups.com> NNTP-Posting-Host: 3d73Ybk3C5U4I2t8lv+lAQ.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 Content-Language: en-US X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader01.eternal-september.org comp.lang.ada:58296 Date: 2020-04-03T14:49:27+02:00 List-Id: 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