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 08:47:55 +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> 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 X-Notice: Filtered by postfilter v. 0.9.2 Content-Language: en-US X-Mozilla-News-Host: news://news.aioe.org Xref: reader01.eternal-september.org comp.lang.ada:58290 Date: 2020-04-03T08:47:55+02:00 List-Id: On 2020-04-02 21:34, Rego, P. wrote: >> Egh, no, this is not AWS and not a part of GNAT Community 2019. I just >> tested if your site worked with Simple Components. >> >> So GNAT.Sockets.Server is a part of Simple Components. I know it is >> confusing but it must be a child of GNAT.Sockets to see a few things >> declared there privately. > > Oh, got it now =) > Ok, so I included Simple Components as a source folder (using source from your site http://www.dmitry-kazakov.de/ada/components_4_48.tgz). But I got those compilation errors: > > 16:6 "Gnat.Sockets.Connection_State_Machine (spec)" depends on "Gnat.Sockets.Server (spec)" > 16:6 "Json_Dmitry (body)" depends on "Gnat.Sockets.Connection_State_Machine (spec)" > 5:6 file "g-socser.ads" not found > 6:6 file "g-socser.ads" not found > 16:6 file "g-socser.ads" not found > 14:6 file "test_http_servers.ads" not found > > It seems that the compiler is looking for abbreviated names for the GNAT.Sockets child packages (but they are there). How can I force the compiler/builder to look for the extended names? You need to set up the project with-ing corresponding gpr-files. It is a bit off-topic here. Let's keep it outside c.l.a. Send me an E-mail, and I will help you to set things straight. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de