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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:ac8:6686:: with SMTP id d6mr4734823qtp.149.1585856098784; Thu, 02 Apr 2020 12:34:58 -0700 (PDT) X-Received: by 2002:a05:6830:148d:: with SMTP id s13mr3646159otq.342.1585856098280; Thu, 02 Apr 2020 12:34:58 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 2 Apr 2020 12:34:58 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=179.35.31.165; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu NNTP-Posting-Host: 179.35.31.165 References: <7dc6d888-696c-4936-b678-66e1c8198449@googlegroups.com> <1751295b-bd07-4a29-8181-2a24764e1644@googlegroups.com> <16db176e-7625-4c0a-bcb4-4968981065f5@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6ca126be-b21e-4e4e-baca-08f157016185@googlegroups.com> Subject: Re: Simple parse from https website From: "Rego, P." Injection-Date: Thu, 02 Apr 2020 19:34:58 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:58288 Date: 2020-04-02T12:34:58-07:00 List-Id: > 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?