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!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Building an encapsulated library that uses GNAT sockets under Windows Date: Wed, 27 Apr 2016 10:59:00 +0100 Organization: A noiseless patient Spider Message-ID: References: <58a4942a-452a-4f32-b39b-f8f1fdbfe9fb@googlegroups.com> <68353b5d-94dc-4604-bdb1-00b48396ec1b@googlegroups.com> <33e880a1-df5f-450c-89e0-9b1d1a95e12f@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="6e1b8fc3eb07ad055fcf36cde3a9ae8e"; logging-data="20486"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX191IUzPrnDBEdbtzVKWxb55EnAgHvrJQ2Y=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:CGjAvkmqPGnS2DkMUTbJvHLR1+8= sha1:xe9XySgAbDt+mm8L7PVlZ6wWNxE= Xref: news.eternal-september.org comp.lang.ada:30302 Date: 2016-04-27T10:59:00+01:00 List-Id: "Dmitry A. Kazakov" writes: > It is still deeply confusing to me. Does it mean that Interfaces must > be the list of all source file from all projects? > > The case is: > > with "A.gpr"; > with "B.gpr"; > ... > with "Z.gpr"; > > library project Foo is > for Source_Files use (); -- No own sources, to stress the point > for Library_Kind use "static"; > for Library_Standalone use "encapsulated"; -- ?? > for Library_Auto_Init use "true"; -- ?? > for Library_Interface use (); > for Interface use (); > end Foo; I'm sorry, I really don't understand this either. Tool documentation really needs to have use cases and the solutions that the tool offers. Or perhaps "It looks as though you're trying to build a standalone library ..." :-)